Skip to content
Commit 7107798a authored by Matt Caswell's avatar Matt Caswell
Browse files

Correct value of DH_CHECK_PUBKEY_INVALID



A new return value for DH_check_pub_key was recently added:
DH_CHECK_PUBKEY_INVALID. As this is a flag which can be ORed with other
return values it should have been set to the value 4 not 3.

RT#4278

Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
(cherry picked from commit cb389fe8)
parent 2b0c11a6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment