commit | 330dcb09b2df7e1e6d1d3d14a5df7269aebd9a68 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Wed Nov 11 10:44:07 2015 +0000 |
committer | Matt Caswell <matt@openssl.org> | Thu Dec 10 11:50:20 2015 +0000 |
tree | f714b941a122c6ab093946ee311ec08f6381b43a | |
parent | 44bf7119d67272dbbe3a96c58b842aff8d93c1b4 [diff] |
Add a return value check If the call to OBJ_find_sigid_by_algs fails to find the relevant NID then we should set the NID to NID_undef. Reviewed-by: Richard Levitte <levitte@openssl.org>