summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2014-02-23 11:21:39 +0000
committerBen Laurie <ben@links.org>2014-02-23 11:21:39 +0000
commita466be6243b54cf26bbdbd6c9b9c48ad75b18a09 (patch)
treeadf8a9e22bcdb3b61cada847f041b35f69efcf58 /ssl
parent60327ce41abcd4c6b6ce1a01f826f966d3626de4 (diff)
Fix typo.
Diffstat (limited to 'ssl')
-rw-r--r--ssl/ssl_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c
index e1734d3014..a893dbaf0e 100644
--- a/ssl/ssl_lib.c
+++ b/ssl/ssl_lib.c
@@ -1100,7 +1100,7 @@ int SSL_renegotiate_pending(SSL *s)
long SSL_ctrl(SSL *s,int cmd,long larg,void *parg)
{
long l;
-#ifndef OPNESSL_NO_DANE
+#ifndef OPENSSL_NO_DANE
const char *hostname = NULL;
#endif