From: Dr. Stephen Henson Date: Sun, 28 Feb 2010 00:24:04 +0000 (+0000) Subject: algorithms field has changed in 1.0.0 and later: update X-Git-Tag: OpenSSL-fips-2_0-rc1~1241 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2b13f80360c321ce7cd336a286a057489bac9660;p=oweals%2Fopenssl.git algorithms field has changed in 1.0.0 and later: update --- diff --git a/ssl/s3_clnt.c b/ssl/s3_clnt.c index 3f87da58c0..41769febab 100644 --- a/ssl/s3_clnt.c +++ b/ssl/s3_clnt.c @@ -982,7 +982,7 @@ int ssl3_get_server_certificate(SSL *s) if (!ok) return((int)n); if ((s->s3->tmp.message_type == SSL3_MT_SERVER_KEY_EXCHANGE) || - ((s->s3->tmp.new_cipher->algorithms & SSL_aKRB5) && + ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) && (s->s3->tmp.message_type == SSL3_MT_SERVER_DONE))) { s->s3->tmp.reuse_message=1;