Tidy up comments.

This commit is contained in:
Rob Stradling
2013-09-10 11:06:55 +01:00
committed by Ben Laurie
parent f4a51970d2
commit c9a6ddafc5
3 changed files with 6 additions and 6 deletions

View File

@@ -546,8 +546,8 @@ typedef struct ssl3_state_st
* running on OS X 10.6 or newer. We wish to know this because Safari
* on 10.8 .. 10.8.3 has broken ECDHE-ECDSA support. */
char is_probably_safari;
#endif /* OPENSSL_NO_EC */
#endif /* OPENSSL_NO_TLSEXT */
#endif /* !OPENSSL_NO_EC */
#endif /* !OPENSSL_NO_TLSEXT */
} SSL3_STATE;
#endif