diff options
author | Damien Miller <djm@mindrot.org> | 2015-01-30 23:10:17 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2015-02-18 22:29:32 +1100 |
commit | 773dda25e828c4c9a52f7bdce6e1e5924157beab (patch) | |
tree | 831507f35a8feb0ae984a7a13f521932a0fedb61 /ssh_api.c | |
parent | e89c780886b23600de1e1c8d74aabd1ff61f43f0 (diff) |
repair --without-openssl; broken in refactor
Diffstat (limited to 'ssh_api.c')
-rw-r--r-- | ssh_api.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 | ||