mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 14:04:26 -04:00 
			
		
		
		
	This is to eliminate any ambiguity about the cyassl/wolfssl lib. The rename happened some time ago (~3+ years). As time goes by, people will start to forget cyassl and start to get confused about the wolfSSL vs cyassl thing. It's a good idea to keep up with the times (moving forward). Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			225 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			225 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/cyassl/openssl/ssl.h
 | |
| +++ b/cyassl/openssl/ssl.h
 | |
| @@ -28,6 +28,9 @@
 | |
|  #define CYASSL_OPENSSL_H_
 | |
|  
 | |
|  #include <cyassl/ssl.h>
 | |
| +#ifndef HAVE_SNI
 | |
| +#undef CYASSL_SNI_HOST_NAME
 | |
| +#endif
 | |
|  #include <wolfssl/openssl/ssl.h>
 | |
|  
 | |
|  #endif
 |