diff options
| author | Sam Varshavchik | 2020-12-10 22:35:21 -0500 | 
|---|---|---|
| committer | Sam Varshavchik | 2020-12-10 22:35:21 -0500 | 
| commit | 89cc509d645f3ac6bce198cbb56293754f251891 (patch) | |
| tree | 615d7d6f798b14199a99b7549d3d151f6bbeaf49 /tcpd/libcouriertls.c | |
| parent | 3a5d23502f3c34e1047fd93d02a777eda6a32a41 (diff) | |
| download | courier-libs-89cc509d645f3ac6bce198cbb56293754f251891.tar.bz2 | |
Fix macros.
Diffstat (limited to 'tcpd/libcouriertls.c')
| -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[] = | 
