blob: c27bc4c09f64f82e555a50becffd5a3ec44034ad (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$FreeBSD$
--- crypto.c.orig
+++ crypto.c
@@ -12,6 +12,7 @@
* See README and COPYING for more details.
*/
+#include <sys/types.h>
#include <openssl/md4.h>
#include <openssl/des.h>
|