mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
fixed typo
This commit is contained in:
parent
e968c6a2a4
commit
d8c30f6cbb
1 changed files with 1 additions and 1 deletions
|
@ -828,7 +828,7 @@ namespace crypto
|
||||||
ENGINE_load_builtin_engines ();
|
ENGINE_load_builtin_engines ();
|
||||||
ENGINE_load_dynamic ();
|
ENGINE_load_dynamic ();
|
||||||
#else
|
#else
|
||||||
OPENSSL_init_crypto(OPENSSL_INIT_ENGINE_ALL_BUILTIN | NULL);
|
OPENSSL_init_crypto(OPENSSL_INIT_ENGINE_ALL_BUILTIN, NULL);
|
||||||
#endif
|
#endif
|
||||||
g_GostEngine = ENGINE_by_id ("gost");
|
g_GostEngine = ENGINE_by_id ("gost");
|
||||||
if (!g_GostEngine) return false;
|
if (!g_GostEngine) return false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue