Skip to content

Commit

Permalink
Update eng_fat.c
Browse files Browse the repository at this point in the history
This line will allow use private keys, which created by Crypto Pro, to
sign with OpenSSL.

CLA: trivial

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from #4836)

(cherry picked from commit b35bb37)
  • Loading branch information
MerQGh authored and levitte committed Dec 4, 2017
1 parent d25cb36 commit 6fca9fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crypto/engine/eng_fat.c
Expand Up @@ -113,6 +113,7 @@ int ENGINE_register_complete(ENGINE *e)
#endif
ENGINE_register_RAND(e);
ENGINE_register_pkey_meths(e);
ENGINE_register_pkey_asn1_meths(e);
return 1;
}

Expand Down

0 comments on commit 6fca9fe

Please sign in to comment.