freebsd-ports/security/fressh/files/patch-crypto::ssh_crypto_openssl.c
Simon L. B. Nielsen a22d8a056b Fix compile with OpenSSL 0.9.8b from -CURRENT.
Problem reported by:	kris
2006-08-10 20:33:38 +00:00

16 lines
276 B
C

$FreeBSD$
--- crypto/ssh_crypto_openssl.c.orig
+++ crypto/ssh_crypto_openssl.c
@@ -44,8 +44,10 @@
#include <stdlib.h>
#include <errno.h>
#include <string.h>
+#include <sys/types.h>
#include <openssl/rand.h>
+#include <openssl/sha.h>
#include <openssl/opensslv.h>