summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/ssl3.h')
-rw-r--r--src/lib/libssl/ssl3.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl3.h b/src/lib/libssl/ssl3.h
index 8633dae521..c264422a36 100644
--- a/src/lib/libssl/ssl3.h
+++ b/src/lib/libssl/ssl3.h
@@ -519,14 +519,12 @@ typedef struct ssl3_state_st {
519 int next_proto_neg_seen; 519 int next_proto_neg_seen;
520#endif 520#endif
521 521
522#ifndef OPENSSL_NO_TLSEXT
523#ifndef OPENSSL_NO_EC 522#ifndef OPENSSL_NO_EC
524 /* This is set to true if we believe that this is a version of Safari 523 /* This is set to true if we believe that this is a version of Safari
525 * running on OS X 10.6 or newer. We wish to know this because Safari 524 * running on OS X 10.6 or newer. We wish to know this because Safari
526 * on 10.8 .. 10.8.3 has broken ECDHE-ECDSA support. */ 525 * on 10.8 .. 10.8.3 has broken ECDHE-ECDSA support. */
527 char is_probably_safari; 526 char is_probably_safari;
528#endif /* !OPENSSL_NO_EC */ 527#endif /* !OPENSSL_NO_EC */
529#endif /* !OPENSSL_NO_TLSEXT */
530} SSL3_STATE; 528} SSL3_STATE;
531 529
532#endif 530#endif