Commit a466be62 authored by Ben Laurie's avatar Ben Laurie
Browse files

Fix typo.

parent 60327ce4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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