summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-03-10 15:45:30 +0000
committerDr. Stephen Henson <steve@openssl.org>2014-03-10 15:48:12 +0000
commit44f7e399d342f0fbb90be023c2b9828a866fc8d1 (patch)
treeb154ef0801756483d4b062e6e4f6402f3814182a
parent8419df95e1a7d0665260350a45041e9b36907de2 (diff)
downloadopenssl-new-44f7e399d342f0fbb90be023c2b9828a866fc8d1.tar.gz
typo
(cherry picked from commit a029788b0e0c19cee4007cc1f73201cf2c13addf)
-rw-r--r--ssl/ssl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl.h b/ssl/ssl.h
index 6bbe04d18a..cce2643ab0 100644
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -1095,7 +1095,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;