freebsd-ports/security/fressh/files/patch-crypto::ssh_crypto_openssl.c
Maxim Sobolev 914972d462 Add fressh 0.8.1, a free rewritten implementation of the SSH
communication protocol.

Obtained from:	NetBSD
2001-04-18 16:24:18 +00:00

13 lines
255 B
C

$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 @@
#include <stdlib.h>
#include <errno.h>
#include <string.h>
+#include <sys/types.h>
#include <openssl/rand.h>