1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-21 14:00:51 +03:00
* Update openssl.c

* Create openssl.h
This commit is contained in:
Will Cosgrove
2017-06-09 14:59:18 -07:00
committed by GitHub
parent c423b543ca
commit 6762664e7e
2 changed files with 2 additions and 10 deletions

View File

@@ -233,6 +233,7 @@ int _libssh2_md5_init(libssh2_md5_ctx *ctx);
#else
#define libssh2_crypto_init() \
OpenSSL_add_all_algorithms(); \
OpenSSL_add_all_ciphers(); \
ENGINE_load_builtin_engines(); \
ENGINE_register_all_complete()
#endif