diff options
| -rw-r--r-- | tcpd/libcouriertls.c | 4 |
1 files 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[] = |
