Fix typo.
authorBen Laurie <ben@links.org>
Sun, 23 Feb 2014 11:21:39 +0000 (11:21 +0000)
committerBen Laurie <ben@links.org>
Sun, 23 Feb 2014 11:21:39 +0000 (11:21 +0000)
ssl/ssl_lib.c

index e1734d30148915328dd03b18b21c66deccff7ec3..a893dbaf0e13485aee0da5ceec92adbf3a137b44 100644 (file)
@@ -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