1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-06 15:54:57 +03:00

Add english translation to each language for openssl engine auth

This commit is contained in:
mcallist
2020-10-09 10:22:23 +02:00
parent d1ad4196bb
commit 2e0c24f6c8
8 changed files with 32 additions and 1 deletions

View File

@ -3117,7 +3117,7 @@ K *OpensslEngineToK(char *key_file_name, char *engine_name)
K *k;
#if OPENSSL_API_COMPAT < 0x10100000L
ENGINE_load_dynamic();
#endif // OPENSSL_API_COMPAT >= 0x10100000L
#endif // OPENSSL_API_COMPAT < 0x10100000L
ENGINE *engine = ENGINE_by_id(engine_name);
ENGINE_init(engine);
EVP_PKEY *pkey;