freebsd-ports/security/nettle/files/patch-examples_nettle-openssl.c
Simon L. B. Nielsen 9029478e56 Fix compile with OpenSSL 0.9.8b in -CURRENT.
PR:		ports/101974
Approved by:	maintainer timeout
2006-09-02 22:17:13 +00:00

13 lines
228 B
C

$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>