diff options
Diffstat (limited to 'tcpd/libcouriertls.c')
| -rw-r--r-- | tcpd/libcouriertls.c | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/tcpd/libcouriertls.c b/tcpd/libcouriertls.c index 246b90d..39bfb76 100644 --- a/tcpd/libcouriertls.c +++ b/tcpd/libcouriertls.c @@ -62,6 +62,11 @@ struct proto_ops {      const SSL_METHOD * (*m)();      int o;  }; + +#ifndef SSL_OP_NORENEGOTIATION +#define SSL_OP_NORENEGOTIATION 0 +#endif +  struct proto_ops op_list[] =  {  #ifdef SSL_OP_NO_TLSv1 | 
