repair --without-openssl; broken in refactor
diff --git a/ssh_api.c b/ssh_api.c
index 265a3e6..ca4789b 100644
--- a/ssh_api.c
+++ b/ssh_api.c
@@ -81,7 +81,9 @@
 	int r;
 
 	if (!called) {
+#ifdef WITH_OPENSSL
 		OpenSSL_add_all_algorithms();
+#endif /* WITH_OPENSSL */
 		called = 1;
 	}