fixed typo

pull/816/head
orignal 8 years ago
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…
Cancel
Save