Fix typo.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 6 Jan 2015 14:28:34 +0000 (14:28 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 8 Jan 2015 14:31:19 +0000 (14:31 +0000)
commita4aa18879917d9bd45f52ac110c69303a852b7db
treebaca00c4c52dbe045f9268b59c217a16e7384744
parent50befdb659585b9840264c77708d2dc638624137
Fix typo.

Fix typo in ssl3_get_cert_verify: we can only skip certificate verify
message if certificate is absent.

NB: OpenSSL 0.9.8 is NOT vulnerable to CVE-2015-0205 as it doesn't
support DH certificates and this typo prohibits skipping of
certificate verify message for sign only certificates anyway.

Reviewed-by: Matt Caswell <matt@openssl.org>
ssl/s3_srvr.c