mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 06:54:15 +00:00
fixed typo
This commit is contained in:
parent
ffc3a31d09
commit
e968c6a2a4
@ -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…
x
Reference in New Issue
Block a user