summaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2014-02-21 12:12:25 +0100
committerAndy Polyakov <appro@openssl.org>2014-02-21 12:12:25 +0100
commit6b3b6beaa11d52522092fad4fc151b42f0c4c7b5 (patch)
tree3f5c4f75241ce9bbd658af47f12ffeef271cb8d5 /ssl/ssl.h
parent7743be3aaca1f46739a87b6ea9581b0b61428d68 (diff)
ssl/ssl_cert.c: DANE update.
Diffstat (limited to 'ssl/ssl.h')
-rw-r--r--ssl/ssl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ssl/ssl.h b/ssl/ssl.h
index df40d94249..85c7966634 100644
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -1652,10 +1652,6 @@ struct ssl_st
unsigned char* alpn_client_proto_list;
unsigned alpn_client_proto_list_len;
#endif /* OPENSSL_NO_TLSEXT */
-#ifndef OPENSSL_NO_DANE
- unsigned char *tlsa_record;
- int tlsa_witness;
-#endif
};
#endif