diff options
author | simon <simon@FreeBSD.org> | 2006-09-03 06:17:13 +0800 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2006-09-03 06:17:13 +0800 |
commit | fec776815bb33aac0d48154027d5ba00e70cda76 (patch) | |
tree | 5d4d3b156d5329c3cbe236ca10af04db73d808cc /security/nettle/files | |
parent | 7546bb46a6dc09d69050721bf7a92ada32a0a8c0 (diff) | |
download | freebsd-ports-gnome-fec776815bb33aac0d48154027d5ba00e70cda76.tar.gz freebsd-ports-gnome-fec776815bb33aac0d48154027d5ba00e70cda76.tar.zst freebsd-ports-gnome-fec776815bb33aac0d48154027d5ba00e70cda76.zip |
Fix compile with OpenSSL 0.9.8b in -CURRENT.
PR: ports/101974
Approved by: maintainer timeout
Diffstat (limited to 'security/nettle/files')
-rw-r--r-- | security/nettle/files/patch-examples_nettle-openssl.c | 13 |
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> |