From 773dda25e828c4c9a52f7bdce6e1e5924157beab Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 30 Jan 2015 23:10:17 +1100 Subject: repair --without-openssl; broken in refactor --- ssh_api.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ssh_api.c') diff --git a/ssh_api.c b/ssh_api.c index 265a3e63..ca4789b5 100644 --- a/ssh_api.c +++ b/ssh_api.c @@ -81,7 +81,9 @@ ssh_init(struct ssh **sshp, int is_server, struct kex_params *kex_params) int r; if (!called) { +#ifdef WITH_OPENSSL OpenSSL_add_all_algorithms(); +#endif /* WITH_OPENSSL */ called = 1; } -- cgit v1.2.1