summaryrefslogtreecommitdiff
path: root/security/sslwrap/files/patch-apps.h
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-16 05:34:33 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-16 05:34:33 +0000
commit443cc9ea79c6fe8c0ccb29e53c3e71e9ec69ef39 (patch)
tree6cd6c99a0e209b7d68b53cf8b95627c00530fc50 /security/sslwrap/files/patch-apps.h
parentReset maintainer: (diff)
add several patches to make it compiling on -current again.
Informed maintainer.
Diffstat (limited to '')
-rw-r--r--security/sslwrap/files/patch-apps.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/security/sslwrap/files/patch-apps.h b/security/sslwrap/files/patch-apps.h
new file mode 100644
index 000000000000..fe168da1500f
--- /dev/null
+++ b/security/sslwrap/files/patch-apps.h
@@ -0,0 +1,15 @@
+--- apps.h.orig Wed Oct 15 22:28:24 2003
++++ apps.h Wed Oct 15 22:28:45 2003
+@@ -65,9 +65,9 @@
+ #include "../e_os.h"
+ #endif
+
+-#include OPENSSL"buffer.h"
+-#include OPENSSL"bio.h"
+-#include OPENSSL"crypto.h"
++#include "%%OPENSSL%%/buffer.h"
++#include "%%OPENSSL%%/bio.h"
++#include "%%OPENSSL%%/crypto.h"
+ /*#include "progs.h"*/
+
+ #ifdef WIN16