You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
425 B
14 lines
425 B
Patch by Steve Kemp <skx@debian.org> for dsniff >= 2.4b1, which adds the |
|
missing OpenSSL includes for header files. |
|
|
|
--- dsniff-2.4b1/sshcrypto.c 2006-11-02 23:41:11.000000000 -0300 |
|
+++ dsniff-2.4b1/sshcrypto.c.sshcrypto 2006-11-02 23:41:55.000000000 -0300 |
|
@@ -14,6 +14,8 @@ |
|
|
|
#include <sys/types.h> |
|
#include <openssl/ssl.h> |
|
+#include <openssl/blowfish.h> |
|
+#include <openssl/des.h> |
|
|
|
#include <err.h> |
|
#include <stdio.h>
|
|
|