From 23351c607b1cdcbef15b4052f2e9ebc4d2ecbd67 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 17 Jun 2014 12:38:20 +0200 Subject: [PATCH] Remove unused DANE macros. This should be the last DANE stuff... --- ssl/ssl.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/ssl/ssl.h b/ssl/ssl.h index 4f6abb7338..352d652aca 100644 --- a/ssl/ssl.h +++ b/ssl/ssl.h @@ -1941,9 +1941,6 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION) #define SSL_CTRL_GET_SERVER_TMP_KEY 109 #define SSL_CTRL_GET_RAW_CIPHERLIST 110 #define SSL_CTRL_GET_EC_POINT_FORMATS 111 -#define SSL_CTRL_GET_TLSA_RECORD 112 -#define SSL_CTRL_SET_TLSA_RECORD 113 -#define SSL_CTRL_PULL_TLSA_RECORD 114 #define SSL_CTRL_GET_CHAIN_CERTS 115 #define SSL_CTRL_SELECT_CURRENT_CERT 116 -- 2.40.0