]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix SSL_CIPHER_get_auth_nid return
authorTodd Short <tshort@akamai.com>
Tue, 8 Mar 2016 19:27:23 +0000 (14:27 -0500)
committerRich Salz <rsalz@openssl.org>
Wed, 9 Mar 2016 00:45:54 +0000 (19:45 -0500)
commit8eb33e4f088bd12f16afddb06d6a1692373a539e
treea8eac0c32340bfef5dfd4370b219a342b298efec
parent52c14c5454c75c4ec3d7929b3119e44f9844ab39
Fix SSL_CIPHER_get_auth_nid return

Copy/paste error between SSL_CIPHER_get_kx_nid() and
SSL_CIPHER_get_auth_nid(), wrong table was referenced

Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
ssl/ssl_ciph.c