From 108d7693a443435e39d2278d5dbf842a80c6260c Mon Sep 17 00:00:00 2001 From: Eric Hu Date: Fri, 3 Dec 2010 10:23:45 -0800 Subject: Preparing for axTLS. Actual SSL API functions are only stubbed. Added axTLS to autotool files and glue code to misc other files. axtls.h maps SSL API functions, but may change. axtls.c is just a stub file and will definitely change. --- lib/sslgen.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/sslgen.c') diff --git a/lib/sslgen.c b/lib/sslgen.c index bd8dc1722..9ee3ab1d8 100644 --- a/lib/sslgen.c +++ b/lib/sslgen.c @@ -57,6 +57,7 @@ #include "nssg.h" /* NSS versions */ #include "qssl.h" /* QSOSSL versions */ #include "polarssl.h" /* PolarSSL versions */ +#include "axtls.h" /* axTLS versions */ #include "sendf.h" #include "rawstr.h" #include "url.h" -- cgit v1.2.3