mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-27 01:11:33 +02:00
13 lines
322 B
Diff
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>
|