|  | @@ -334,7 +334,7 @@ extern "C" {
 | 
	
		
			
				|  |  |   * The following cipher list is used by default. It also is substituted when
 | 
	
		
			
				|  |  |   * an application-defined cipher list string starts with 'DEFAULT'.
 | 
	
		
			
				|  |  |   */
 | 
	
		
			
				|  |  | -# define SSL_DEFAULT_CIPHER_LIST "ALL:!EXPORT:!aNULL:!eNULL:!SSLv2"
 | 
	
		
			
				|  |  | +# define SSL_DEFAULT_CIPHER_LIST "ALL:!EXPORT:!LOW:!aNULL:!eNULL:!SSLv2"
 | 
	
		
			
				|  |  |  /*
 | 
	
		
			
				|  |  |   * As of OpenSSL 1.0.0, ssl_create_cipher_list() in ssl/ssl_ciph.c always
 | 
	
		
			
				|  |  |   * starts with a reasonable order, and all we have to do for DEFAULT is
 | 
	
	
		
			
				|  | @@ -2017,7 +2017,7 @@ const char *SSL_get_version(const SSL *s);
 | 
	
		
			
				|  |  |  /* This sets the 'default' SSL version that SSL_new() will create */
 | 
	
		
			
				|  |  |  int SSL_CTX_set_ssl_version(SSL_CTX *ctx, const SSL_METHOD *meth);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -# ifndef OPENSSL_NO_SSL2
 | 
	
		
			
				|  |  | +# ifndef OPENSSL_NO_SSL2_METHOD
 | 
	
		
			
				|  |  |  const SSL_METHOD *SSLv2_method(void); /* SSLv2 */
 | 
	
		
			
				|  |  |  const SSL_METHOD *SSLv2_server_method(void); /* SSLv2 */
 | 
	
		
			
				|  |  |  const SSL_METHOD *SSLv2_client_method(void); /* SSLv2 */
 |