mbedtls: remove abortive attempt to avoid confusing people
authorAndy Green <andy@warmcat.com>
Wed, 22 Feb 2017 01:54:47 +0000 (09:54 +0800)
committerAndy Green <andy@warmcat.com>
Wed, 22 Feb 2017 01:54:47 +0000 (09:54 +0800)
commita5488f9c2747d314e70c5c297aea80f6eff96079
tree6e0595c60ba14bc6bc1a04c02ca40bbabcd6f92b
parent0aed7a06d589e0e51dea38aaaaddc3732d6d4472
mbedtls: remove abortive attempt to avoid confusing people

Basically we support openssl api compatibles only.

If we ever try something different we need a shim making it openssl api or a proper abstraction layer added first.
13 files changed:
CMakeLists.txt
lib/libwebsockets.h
lib/private-libwebsockets.h
lib/ssl-client.c
lib/ssl-server.c
lib/ssl.c
test-server/test-client.c
test-server/test-server-http.c
test-server/test-server-libev.c
test-server/test-server-libuv.c
test-server/test-server-pthreads.c
test-server/test-server-v2.0.c
test-server/test-server.c