ssl/ssl_cert.c: DANE update.

This commit is contained in:
Andy Polyakov
2014-02-21 12:12:25 +01:00
parent 7743be3aac
commit 6b3b6beaa1
5 changed files with 249 additions and 68 deletions

View File

@@ -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