diff options
| author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2006-09-02 22:17:13 +0000 |
|---|---|---|
| committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2006-09-02 22:17:13 +0000 |
| commit | 9029478e561753e804d5c41f758fb5d92f3e4172 (patch) | |
| tree | eed8eedcf87e84aa6ca6ef6fc7c236835f3cd6dd /security/nettle2/files/patch-examples_nettle-openssl.c | |
| parent | Upgrade to PETSc 2.3.2. (diff) | |
Fix compile with OpenSSL 0.9.8b in -CURRENT.
PR: ports/101974
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=171924
Diffstat (limited to 'security/nettle2/files/patch-examples_nettle-openssl.c')
| -rw-r--r-- | security/nettle2/files/patch-examples_nettle-openssl.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/nettle2/files/patch-examples_nettle-openssl.c b/security/nettle2/files/patch-examples_nettle-openssl.c new file mode 100644 index 000000000000..985dabbf146c --- /dev/null +++ b/security/nettle2/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> |
