Upstream wolfssl already has better checks to detect broken ssl v2 ClientHellos, we can remove our hack. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46168
		
			
				
	
	
		
			17 lines
		
	
	
		
			264 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			264 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/cyassl/openssl/ssl.h
 | |
| +++ b/cyassl/openssl/ssl.h
 | |
| @@ -24,4 +24,13 @@
 | |
|   *
 | |
|   */
 | |
|  
 | |
| +#ifndef CYASSL_OPENSSL_H_
 | |
| +#define CYASSL_OPENSSL_H_
 | |
| +
 | |
| +#include <cyassl/ssl.h>
 | |
| +#ifndef HAVE_SNI
 | |
| +#undef CYASSL_SNI_HOST_NAME
 | |
| +#endif
 | |
|  #include <wolfssl/openssl/ssl.h>
 | |
| +
 | |
| +#endif
 |