zephyr/include
Michael Scott b4d12f5280 net: lib: http: fix CONFIG_HTTPS for client use
Fix build break when enabling CONFIG_HTTPS w/o CONFIG_NET_APP_SERVER

This error can be seen when building sample/net/http_client like so:
$ cd samples/net/http_client
$ mkdir build && cd build
$ cmake -DBOARD=qemu_x86 -DCONF_FILE=prj_tls.conf ..
$ make run

In file included from
             /home/<user>/zephyr/include/net/http.h:11:0,
        from /home/<user>/zephyr/samples/net/http_client/src/main.c:19:
/home/<user>/zephyr/include/net/http_app.h:643:11: error: unknown type
name ‘net_app_cert_cb_t’
           net_app_cert_cb_t cert_cb,
           ^~~~~~~~~~~~~~~~~
CMakeFiles/app.dir/build.make:302: recipe for target
'CMakeFiles/app.dir/src/main.c.obj' failed

Signed-off-by: Michael Scott <michael@opensourcefoundries.com>
2018-01-09 11:42:22 -05:00
..
arch arch: native: Run Zephyr natively in a POSIX OS 2017-12-27 14:16:08 -05:00
bluetooth Bluetooth: mesh: Do not set RFU bits in Heartbeat Publication Features 2018-01-05 09:31:50 +02:00
crypto
debug
dfu
display doc: APIs: group display drivers 2017-11-17 17:14:18 -05:00
drivers lib: move ring_buffer from misc/ to lib/ 2017-12-15 20:02:01 -05:00
dt-bindings dts: x86: Add interrupt controller node 2017-12-15 11:22:55 -06:00
fs
linker cmake: ninja: Change how CMake names the kernelspace archives 2018-01-03 13:19:59 -05:00
logging lib: move ring_buffer from misc/ to lib/ 2017-12-15 20:02:01 -05:00
misc lib: move ring_buffer from misc/ to lib/ 2017-12-15 20:02:01 -05:00
net net: lib: http: fix CONFIG_HTTPS for client use 2018-01-09 11:42:22 -05:00
posix kernel: move posix header to posix/ 2017-12-27 14:16:08 -05:00
random
shell shell: Add optional command description 2017-11-15 07:51:02 +02:00
toolchain arch: native: Run Zephyr natively in a POSIX OS 2017-12-27 14:16:08 -05:00
usb include: usb: remove cdc_acm.h 2017-11-07 15:31:02 -05:00
zephyr
adc.h
aio_comparator.h
atomic.h
cache.h
clock_control.h
console.h
counter.h doc: add missing API content 2017-12-01 08:58:56 -05:00
crc16.h doc: crc16: add to doxygen group 2017-11-22 13:27:01 -05:00
device.h
disk_access.h
dma.h
entropy.h
eth.h
flash.h flash: minor documentation improvements. 2017-11-28 12:25:19 -05:00
fs.h doc: add missing API content 2017-12-01 08:58:56 -05:00
gpio.h
i2c.h
i2s.h
init.h
ipm.h
irq.h
irq_offload.h
json.h doc: json: add to doxygen group 2017-11-22 13:27:01 -05:00
kernel.h kernel: remove empty string in assert statement 2018-01-09 11:13:08 -05:00
kernel_version.h kernel: version: parenthesize macro value 2018-01-04 13:29:03 -05:00
led_strip.h
pinmux.h
power.h
pwm.h
ring_buffer.h lib: move ring_buffer from misc/ to lib/ 2017-12-15 20:02:01 -05:00
rtc.h
sensor.h drivers: sensor: Fix some code style issues 2017-11-27 22:17:38 -05:00
shared_irq.h
spi.h
spi_legacy.h
sw_isr_table.h
sys_clock.h
sys_io.h
syscall.h
toolchain.h
uart.h
watchdog.h
zephyr.h