aboutsummaryrefslogtreecommitdiff
path: root/security/nettle
diff options
context:
space:
mode:
authorSimon L. B. Nielsen <simon@FreeBSD.org>2006-09-02 22:17:13 +0000
committerSimon L. B. Nielsen <simon@FreeBSD.org>2006-09-02 22:17:13 +0000
commit9029478e561753e804d5c41f758fb5d92f3e4172 (patch)
treeeed8eedcf87e84aa6ca6ef6fc7c236835f3cd6dd /security/nettle
parent51fcea4b0ae52692f820c319dad9bf7c7c98a1ff (diff)
downloadports-9029478e561753e804d5c41f758fb5d92f3e4172.tar.gz
ports-9029478e561753e804d5c41f758fb5d92f3e4172.zip
Notes
Diffstat (limited to 'security/nettle')
-rw-r--r--security/nettle/files/patch-examples_nettle-openssl.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/nettle/files/patch-examples_nettle-openssl.c b/security/nettle/files/patch-examples_nettle-openssl.c
new file mode 100644
index 000000000000..985dabbf146c
--- /dev/null
+++ b/security/nettle/files/patch-examples_nettle-openssl.c
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- examples/nettle-openssl.c.orig
++++ examples/nettle-openssl.c
+@@ -35,6 +35,7 @@
+ #define NCOMPAT
+ #define OPENSSL_DISABLE_OLD_DES_SUPPORT
+
++#include <sys/types.h>
+ #include <assert.h>
+
+ #include <openssl/aes.h>