Commit cb389fe8 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>
parent ec447924
Supports Markdown
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