a22d8a056b
Problem reported by: kris
16 lines
276 B
C
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>
|
|
|