blob: 985dabbf146ca3e496a2aa7161145f3f07a5b0cd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
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>
|