opnsense-ports/security/dsniff/files/patch-sshcrypto.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

12 lines
310 B
C

--- ./sshcrypto.c.orig 2001-03-15 09:33:04.000000000 +0100
+++ ./sshcrypto.c 2014-07-22 13:20:14.000000000 +0200
@@ -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>