blob: f5f6cacd227beea0eb64956f44a8be075f1c0b35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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>
|