@@ -1549,10 +1549,12 @@ TLS_LIBS="-framework Foundation $TLS_LIBS" TLS_LIBS="-framework Security $TLS_LIBS" AC_SUBST(OF_SECURE_TRANSPORT_TLS_STREAM_M, "OFSecureTransportTLSStream.m") + + AC_CHECK_FUNCS(SSLCreateContext) ], []) LIBS="$old_LIBS" ])