From: Ben Laurie Date: Sun, 23 Feb 2014 11:21:39 +0000 (+0000) Subject: Fix typo. X-Git-Tag: OpenSSL_1_0_2-beta1~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a466be6243b54cf26bbdbd6c9b9c48ad75b18a09;p=oweals%2Fopenssl.git Fix typo. --- 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