Tidy up comments.

This commit is contained in:
Rob Stradling
2013-09-10 12:25:57 +01:00
committed by Ben Laurie
parent 378341e192
commit cbf8123512
3 changed files with 6 additions and 6 deletions

View File

@@ -3084,8 +3084,8 @@ void ssl3_clear(SSL *s)
s->s3->tlsext_custom_types_count = 0;
#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;