Index: head/www/libwww/files/patch-Library_src_SSL_HTSSL.c =================================================================== --- head/www/libwww/files/patch-Library_src_SSL_HTSSL.c (nonexistent) +++ head/www/libwww/files/patch-Library_src_SSL_HTSSL.c (revision 376786) @@ -0,0 +1,19 @@ +--- Library/src/SSL/HTSSL.c.orig 2000-08-03 16:17:20 UTC ++++ Library/src/SSL/HTSSL.c +@@ -187,12 +187,16 @@ PUBLIC BOOL HTSSL_init (void) + + /* select the protocol method */ + switch (ssl_prot_method) { ++#ifndef OPENSSL_NO_SSL2 + case HTSSL_V2: + meth = SSLv2_client_method(); + break; ++#endif ++#ifndef OPENSSL_NO_SSL3_METHOD + case HTSSL_V3: + meth = SSLv3_client_method(); + break; ++#endif + case HTSSL_V23: + meth = SSLv23_client_method(); + break; Property changes on: head/www/libwww/files/patch-Library_src_SSL_HTSSL.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property