mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
f706b0bc33
Thanks to USUARIONUEVO for the report Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
15 lines
321 B
Diff
15 lines
321 B
Diff
Author: <kees@ubuntu.com>
|
|
Description: Fix FTBFS with openssl.
|
|
---
|
|
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
|
|
|
--- a/ssh.c
|
|
+++ b/ssh.c
|
|
@@ -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>
|