summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Varshavchik2020-12-11 05:00:02 -0500
committerSam Varshavchik2020-12-11 05:00:02 -0500
commitf6d00ac939f7c9c63eca8dbb2a237b3aa24bc85b (patch)
treec5a342b900f5c8c8967e9f9be30565b554ad6b62
parente0323de90c1db71e364abc0a493f19585377d7ed (diff)
parent89cc509d645f3ac6bce198cbb56293754f251891 (diff)
downloadcourier-libs-f6d00ac939f7c9c63eca8dbb2a237b3aa24bc85b.tar.bz2
Merge branch 'master' of monster:/home/var/www/gitrepos/courier-libs into master
-rw-r--r--tcpd/libcouriertls.c4
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[] =