cyassl: version bump to 3.4.6
[openwrt.git] / package / libs / cyassl / patches / 400-additional_compatibility.patch
1 --- a/cyassl/openssl/ssl.h      2015-02-25 13:04:52.000000000 -0800
2 +++ b/cyassl/openssl/ssl.h      2015-05-20 11:13:44.476628943 -0700
3 @@ -25,3 +25,12 @@
4   */
5  
6 +#ifndef CYASSL_OPENSSL_H_
7 +#define CYASSL_OPENSSL_H_
8 +
9 +#include <cyassl/ssl.h>
10 +#ifndef HAVE_SNI
11 +#undef CYASSL_SNI_HOST_NAME
12 +#endif
13  #include <wolfssl/openssl/ssl.h>
14 +
15 +#endif