X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fengine%2Feng_lib.c;h=be893fe5bf01ac6d876faf7715bcea0b80ccae18;hp=a266a70877258fc77a964006ac5883ab515797ad;hb=df4439186fb70ce72668d472943dbcd057df8f30;hpb=d6f4b0a8bfbe901c72294d8923eb5b6f54ca7732 diff --git a/crypto/engine/eng_lib.c b/crypto/engine/eng_lib.c index a266a70877..be893fe5bf 100644 --- a/crypto/engine/eng_lib.c +++ b/crypto/engine/eng_lib.c @@ -124,7 +124,7 @@ static int int_cleanup_check(int create) static ENGINE_CLEANUP_ITEM *int_cleanup_item(ENGINE_CLEANUP_CB *cb) { ENGINE_CLEANUP_ITEM *item; - + if ((item = OPENSSL_malloc(sizeof(*item))) == NULL) { ENGINEerr(ENGINE_F_INT_CLEANUP_ITEM, ERR_R_MALLOC_FAILURE); return NULL;