From: Dr. Stephen Henson Date: Mon, 10 Mar 2014 15:45:30 +0000 (+0000) Subject: typo X-Git-Tag: OpenSSL_1_0_1g~16 X-Git-Url: https://git.openssl.org/gitweb/?a=commitdiff_plain;h=e0660c6257306a91eff7a471141a71e8f2a02795;p=openssl.git typo (cherry picked from commit a029788b0e0c19cee4007cc1f73201cf2c13addf) --- diff --git a/ssl/ssl.h b/ssl/ssl.h index dece04de01..7219a0e64b 100644 --- a/ssl/ssl.h +++ b/ssl/ssl.h @@ -915,7 +915,7 @@ struct ssl_ctx_st */ unsigned int max_send_fragment; -#ifndef OPENSSL_ENGINE +#ifndef OPENSSL_NO_ENGINE /* Engine to pass requests for client certs to */ ENGINE *client_cert_engine;