From: Dr. Stephen Henson Date: Mon, 10 Mar 2014 15:45:30 +0000 (+0000) Subject: typo X-Git-Tag: OpenSSL_1_0_0m~73 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6fe498497c38378df332e7938ebcc60686de4c91;p=oweals%2Fopenssl.git typo (cherry picked from commit a029788b0e0c19cee4007cc1f73201cf2c13addf) --- diff --git a/ssl/ssl.h b/ssl/ssl.h index 9791abc454..235c7b20af 100644 --- a/ssl/ssl.h +++ b/ssl/ssl.h @@ -825,7 +825,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;