Skip to content

Commit

Permalink
Compile fixes
Browse files Browse the repository at this point in the history
Signed-off-by: 1000TurquoisePogs <[email protected]>
  • Loading branch information
1000TurquoisePogs committed Nov 20, 2023
1 parent 72de1c6 commit d1de1f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion h/tls.h
Original file line number Diff line number Diff line change
Expand Up @@ -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},\
Expand Down

0 comments on commit d1de1f8

Please sign in to comment.