diff options
| author | Sam Varshavchik | 2020-12-11 05:00:02 -0500 |
|---|---|---|
| committer | Sam Varshavchik | 2020-12-11 05:00:02 -0500 |
| commit | f6d00ac939f7c9c63eca8dbb2a237b3aa24bc85b (patch) | |
| tree | c5a342b900f5c8c8967e9f9be30565b554ad6b62 | |
| parent | e0323de90c1db71e364abc0a493f19585377d7ed (diff) | |
| parent | 89cc509d645f3ac6bce198cbb56293754f251891 (diff) | |
| download | courier-libs-f6d00ac939f7c9c63eca8dbb2a237b3aa24bc85b.tar.bz2 | |
Merge branch 'master' of monster:/home/var/www/gitrepos/courier-libs into master
| -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[] = |
