RFC6689 support: add missing commit (git noob alert).

This commit is contained in:
Andy Polyakov
2013-05-15 20:41:51 +02:00
parent ddf918673d
commit e815d72b1f
6 changed files with 171 additions and 2 deletions

View File

@@ -1317,6 +1317,9 @@ bad:
SSL_set_session(con, sess);
SSL_SESSION_free(sess);
}
#ifndef OPENSSL_NO_DANE
SSL_pull_tlsa_record(con,host,port);
#endif
#ifndef OPENSSL_NO_TLSEXT
if (servername != NULL)
{