diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-16 05:34:33 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-16 05:34:33 +0000 |
commit | 443cc9ea79c6fe8c0ccb29e53c3e71e9ec69ef39 (patch) | |
tree | 6cd6c99a0e209b7d68b53cf8b95627c00530fc50 /security/sslwrap/files/patch-s_cb.c | |
parent | Reset maintainer: (diff) |
add several patches to make it compiling on -current again.
Informed maintainer.
Notes
Notes:
svn path=/head/; revision=91397
Diffstat (limited to 'security/sslwrap/files/patch-s_cb.c')
-rw-r--r-- | security/sslwrap/files/patch-s_cb.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/security/sslwrap/files/patch-s_cb.c b/security/sslwrap/files/patch-s_cb.c new file mode 100644 index 000000000000..d2e75ea4b09a --- /dev/null +++ b/security/sslwrap/files/patch-s_cb.c @@ -0,0 +1,15 @@ +--- s_cb.c.orig Wed Oct 15 22:29:17 2003 ++++ s_cb.c Wed Oct 15 22:29:31 2003 +@@ -63,9 +63,9 @@ + #include "apps.h" + #undef NON_MAIN + #undef USE_SOCKETS +-#include OPENSSL"err.h" +-#include OPENSSL"x509.h" +-#include OPENSSL"ssl.h" ++#include "%%OPENSSL%%/err.h" ++#include "%%OPENSSL%%/x509.h" ++#include "%%OPENSSL%%/ssl.h" + #include "s_apps.h" + + int verify_depth=0; |