Fix warnings.
This commit is contained in:
parent
5ec52fee2c
commit
d0c11e9d72
@ -202,8 +202,10 @@ static RAND_METHOD ibm_4758_cca_rand =
|
|||||||
|
|
||||||
static const char *engine_4758_cca_id = "4758cca";
|
static const char *engine_4758_cca_id = "4758cca";
|
||||||
static const char *engine_4758_cca_name = "IBM 4758 CCA hardware engine support";
|
static const char *engine_4758_cca_name = "IBM 4758 CCA hardware engine support";
|
||||||
|
#ifndef OPENSSL_NO_DYNAMIC_ENGINE
|
||||||
/* Compatibility hack, the dynamic library uses this form in the path */
|
/* Compatibility hack, the dynamic library uses this form in the path */
|
||||||
static const char *engine_4758_cca_id_alt = "4758_cca";
|
static const char *engine_4758_cca_id_alt = "4758_cca";
|
||||||
|
#endif
|
||||||
|
|
||||||
/* engine implementation */
|
/* engine implementation */
|
||||||
/*-----------------------*/
|
/*-----------------------*/
|
||||||
|
@ -224,8 +224,11 @@ static RAND_METHOD hwcrhk_rand =
|
|||||||
/* Constants used when creating the ENGINE */
|
/* Constants used when creating the ENGINE */
|
||||||
static const char *engine_hwcrhk_id = "chil";
|
static const char *engine_hwcrhk_id = "chil";
|
||||||
static const char *engine_hwcrhk_name = "CHIL hardware engine support";
|
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 */
|
/* Compatibility hack, the dynamic library uses this form in the path */
|
||||||
static const char *engine_hwcrhk_id_alt = "ncipher";
|
static const char *engine_hwcrhk_id_alt = "ncipher";
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Internal stuff for HWCryptoHook */
|
/* Internal stuff for HWCryptoHook */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user