X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fs3_lib.c;h=86a8bc56a76640aa93606c036b324b8a4de21f0c;hp=c2428f48224f354e08e8142532684b180662a814;hb=c9a6ddafc5ee927bf75e0d365cbb044b57262108;hpb=f4a51970d245a61e991a0c2e196853e81a1a6c53 diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c index c2428f4822..86a8bc56a7 100644 --- a/ssl/s3_lib.c +++ b/ssl/s3_lib.c @@ -3040,8 +3040,8 @@ void ssl3_clear(SSL *s) #ifndef OPENSSL_NO_TLSEXT #ifndef OPENSSL_NO_EC s->s3->is_probably_safari = 0; -#endif /* OPENSSL_NO_EC */ -#endif /* OPENSSL_NO_TLSEXT */ +#endif /* !OPENSSL_NO_EC */ +#endif /* !OPENSSL_NO_TLSEXT */ rp = s->s3->rbuf.buf; wp = s->s3->wbuf.buf;