aports/testing/dsniff/08_openssl-0.9.8.patch
2015-09-29 12:31:09 +00:00

13 lines
322 B
Diff

Author: <kees@ubuntu.com>
Description: Fix FTBFS with openssl.
--- a/ssh.c 2011-06-19 17:14:01.359999389 -0500
+++ b/ssh.c 2011-06-19 17:15:14.343999374 -0500
@@ -16,6 +16,7 @@
#include <openssl/ssl.h>
#include <openssl/err.h>
#include <openssl/rand.h>
+#include <openssl/md5.h>
#include <err.h>
#include <errno.h>