]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix typo in ifndef OPENSSL_NO_ENGINES.
authorDarren Tucker <dtucker@dtucker.net>
Sun, 10 Mar 2019 00:26:34 +0000 (11:26 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Sun, 10 Mar 2019 00:26:34 +0000 (11:26 +1100)
commitdc7e354275fccc3f13d30a0024f18b5ead560532
treebddfa88fbfcda50403e2193c15471fdf3dafa7a9
parentebb7823e14596ad07fdc7d2ed0a267815f545927
Fix typo in ifndef OPENSSL_NO_ENGINES.

All other instances are OPENSSL_NO_ENGINE without the trailing "S".
Fixes build when configured with no-engine.

CLA: trivial

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/8449)
apps/openssl.c