From 89cc509d645f3ac6bce198cbb56293754f251891 Mon Sep 17 00:00:00 2001 From: Sam Varshavchik Date: Thu, 10 Dec 2020 22:35:21 -0500 Subject: Fix macros. --- tcpd/libcouriertls.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tcpd/libcouriertls.c b/tcpd/libcouriertls.c index 39bfb76..5105030 100644 --- a/tcpd/libcouriertls.c +++ b/tcpd/libcouriertls.c @@ -63,8 +63,8 @@ struct proto_ops { int o; }; -#ifndef SSL_OP_NORENEGOTIATION -#define SSL_OP_NORENEGOTIATION 0 +#ifndef SSL_OP_NO_RENEGOTIATION +#define SSL_OP_NO_RENEGOTIATION 0 #endif struct proto_ops op_list[] = -- cgit v1.2.3