summaryrefslogtreecommitdiff
path: root/ssh_api.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2015-01-30 23:10:17 +1100
committerDamien Miller <djm@mindrot.org>2015-02-18 22:29:32 +1100
commit773dda25e828c4c9a52f7bdce6e1e5924157beab (patch)
tree831507f35a8feb0ae984a7a13f521932a0fedb61 /ssh_api.c
parente89c780886b23600de1e1c8d74aabd1ff61f43f0 (diff)
repair --without-openssl; broken in refactor
Diffstat (limited to 'ssh_api.c')
-rw-r--r--ssh_api.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ssh_api.c b/ssh_api.c
index 265a3e639..ca4789b54 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)
81 int r; 81 int r;
82 82
83 if (!called) { 83 if (!called) {
84#ifdef WITH_OPENSSL
84 OpenSSL_add_all_algorithms(); 85 OpenSSL_add_all_algorithms();
86#endif /* WITH_OPENSSL */
85 called = 1; 87 called = 1;
86 } 88 }
87 89