diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-11-10 17:07:42 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-11-10 17:07:42 +0000 |
commit | a6d974d9080c8cb2ddec7ed50982924312b3f96a (patch) | |
tree | a2b2a989994ada921cfd80b8fa3e0b3cac995ec1 /security/sslwrap/files/patch-s_server.c | |
parent | - update to latest 0.17 (diff) |
- Add LICENSE
- Switch to PLIST_FILES, PORTDOCS
- Remove bunch of patches, replaced by REINPLACE_CMD
PR: ports/172062
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=307295
Diffstat (limited to 'security/sslwrap/files/patch-s_server.c')
-rw-r--r-- | security/sslwrap/files/patch-s_server.c | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/security/sslwrap/files/patch-s_server.c b/security/sslwrap/files/patch-s_server.c deleted file mode 100644 index 123987969e03..000000000000 --- a/security/sslwrap/files/patch-s_server.c +++ /dev/null @@ -1,32 +0,0 @@ ---- s_server.c.orig Sat Nov 11 14:11:18 2000 -+++ s_server.c Wed Oct 15 22:31:56 2003 -@@ -121,14 +121,14 @@ - #ifdef WIN16 - #define APPS_WIN16 - #endif --#include OPENSSL"lhash.h" --#include OPENSSL"bn.h" -+#include "openssl//lhash.h" -+#include "openssl//bn.h" - #define USE_SOCKETS - #include "apps.h" --#include OPENSSL"err.h" --#include OPENSSL"pem.h" --#include OPENSSL"x509.h" --#include OPENSSL"ssl.h" -+#include "openssl//err.h" -+#include "openssl//pem.h" -+#include "openssl//x509.h" -+#include "openssl//ssl.h" - #include "s_apps.h" - - #ifndef NOPROTO -@@ -468,7 +468,7 @@ - - if (bugs) SSL_CTX_set_options(ctx,SSL_OP_ALL); - if (hack) SSL_CTX_set_options(ctx,SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG); -- if (hack) SSL_CTX_set_options(ctx,SSL_OP_NON_EXPORT_FIRST); -+ if (hack) SSL_CTX_set_options(ctx,SSL_OP_CIPHER_SERVER_PREFERENCE); - - if (state) SSL_CTX_set_info_callback(ctx,apps_ssl_info_callback); - |