X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=engines%2Fe_chil.c;h=4c22bc9cd1f05893732dca5034936bd48ff436ca;hp=b5d0a62e7a7bb58c5c4d57b0fa24e2103c7e345b;hb=45d8574b93e9f1e14c62b765220b370f7c37eaa3;hpb=417f8973ff8367055acd597d0041481122a460c1 diff --git a/engines/e_chil.c b/engines/e_chil.c index b5d0a62e7a..4c22bc9cd1 100644 --- a/engines/e_chil.c +++ b/engines/e_chil.c @@ -224,8 +224,10 @@ static RAND_METHOD hwcrhk_rand = /* Constants used when creating the ENGINE */ static const char *engine_hwcrhk_id = "chil"; static const char *engine_hwcrhk_name = "CHIL hardware engine support"; +#ifndef OPENSSL_NO_DYNAMIC_ENGINE /* Compatibility hack, the dynamic library uses this form in the path */ static const char *engine_hwcrhk_id_alt = "ncipher"; +#endif /* Internal stuff for HWCryptoHook */