From d1de1f8425d9eaab9b652e6c2664840fdc97bc7e Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Mon, 20 Nov 2023 08:11:32 -0500 Subject: [PATCH] Compile fixes Signed-off-by: 1000TurquoisePogs --- h/tls.h | 1 - 1 file changed, 1 deletion(-) diff --git a/h/tls.h b/h/tls.h index fff61e71c..e70c90091 100644 --- a/h/tls.h +++ b/h/tls.h @@ -154,7 +154,6 @@ typedef struct CipherMap_tag { #define TLS_IANA_CIPHER_MAP(ianaCipherMap)\ static const CipherMap ianaCipherMap[] = {\ - //Ciphers below are defined elsewhere in tls.h {"TLS_NULL_WITH_NULL_NULL", TLS_NULL_WITH_NULL_NULL},\ {"TLS_RSA_WITH_NULL_MD5", TLS_RSA_WITH_NULL_MD5},\ {"TLS_RSA_WITH_NULL_SHA", TLS_RSA_WITH_NULL_SHA},\