]> git.pld-linux.org Git - packages/dsniff.git/blob - dsniff-openssl-0.9.8.patch
- rel 32
[packages/dsniff.git] / dsniff-openssl-0.9.8.patch
1 --- dsniff-2.4/sshcrypto.c_     2006-04-23 16:37:42.685462944 +0000
2 +++ dsniff-2.4/sshcrypto.c      2006-04-23 16:37:51.293154376 +0000
3 @@ -14,6 +14,8 @@
4  
5  #include <sys/types.h>
6  #include <openssl/ssl.h>
7 +#include <openssl/blowfish.h>
8 +#include <openssl/des.h> 
9  
10  #include <err.h>
11  #include <stdio.h>
This page took 0.079546 seconds and 3 git commands to generate.