aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security/fressh/files/patch-crypto::ssh_crypto_openssl.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/security/fressh/files/patch-crypto::ssh_crypto_openssl.c b/security/fressh/files/patch-crypto::ssh_crypto_openssl.c
index 7b43df90b662..a992a2d8910a 100644
--- a/security/fressh/files/patch-crypto::ssh_crypto_openssl.c
+++ b/security/fressh/files/patch-crypto::ssh_crypto_openssl.c
@@ -1,13 +1,16 @@
$FreeBSD$
---- crypto/ssh_crypto_openssl.c 2001/04/18 16:00:03 1.1
-+++ crypto/ssh_crypto_openssl.c 2001/04/18 16:00:24
-@@ -44,6 +44,7 @@
+--- 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>