Fix a bug to allow the 4758 ENGINE to build as a DSO.

This commit is contained in:
Geoff Thorpe 2002-08-28 19:11:08 +00:00
parent c237de058f
commit 41cc7096b8

View File

@ -953,7 +953,7 @@ static void cca_ex_free(void *obj, void *item, CRYPTO_EX_DATA *ad, int idx,
#ifdef ENGINE_DYNAMIC_SUPPORT
static int bind_fn(ENGINE *e, const char *id)
{
if(id && (strcmp(id, engine_cswift_id) != 0))
if(id && (strcmp(id, engine_4758_cca_id) != 0))
return 0;
if(!bind_helper(e))
return 0;