1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Fix building when security/openssl is installed.

PR:		ports/95733
Submitted by:	"Jukka A. Ukkonen" <jau@iki.fi>
This commit is contained in:
Alejandro Pulver 2007-02-09 04:27:53 +00:00
parent 4a60a524a8
commit 7edd6624cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184660

View File

@ -0,0 +1,12 @@
--- ./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>