freebsd-ports/security/dsniff/files/patch-sshcrypto.c
Alejandro Pulver 7edd6624cf - Fix building when security/openssl is installed.
PR:		ports/95733
Submitted by:	"Jukka A. Ukkonen" <jau@iki.fi>
2007-02-09 04:27:53 +00:00

12 lines
288 B
C

--- ./sshcrypto.c.orig Tue Nov 28 18:23:28 2000
+++ ./sshcrypto.c Fri Feb 9 01:15:08 2007
@@ -14,6 +14,9 @@
#include <sys/types.h>
#include <openssl/ssl.h>
+#include <openssl/blowfish.h>
+#include <openssl/des.h>
+#include <openssl/des_old.h>
#include <err.h>
#include <stdio.h>