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:
parent
4a60a524a8
commit
7edd6624cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184660
12
security/dsniff/files/patch-sshcrypto.c
Normal file
12
security/dsniff/files/patch-sshcrypto.c
Normal 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>
|
Loading…
Reference in New Issue
Block a user