Changes to bring wolfssl up to date with stunnel 5.40

This commit is contained in:
Nickolas Lapp
2017-02-22 11:02:53 -07:00
parent aeea24a5e3
commit 2ef4525d4d
6 changed files with 9 additions and 3 deletions

View File

@@ -32,6 +32,7 @@ nobase_include_HEADERS+= \
cyassl/openssl/rand.h \
cyassl/openssl/rsa.h \
cyassl/openssl/sha.h \
cyassl/openssl/ssl23.h \
cyassl/openssl/ssl.h \
cyassl/openssl/stack.h \
cyassl/openssl/ui.h \

3
cyassl/openssl/ssl23.h Normal file
View File

@@ -0,0 +1,3 @@
/* ssl23.h for openssl */
#include <wolfssl/openssl/sssl23.h>