shim: Remove the obsolete OBJ_cleanup

Signed-off-by: Gary Lin <glin@suse.com>
This commit is contained in:
Gary Lin 2017-04-06 12:38:17 +08:00 committed by Peter Jones
parent 0f3dfc01e2
commit e39692647f

2
shim.c
View File

@ -422,8 +422,6 @@ static BOOLEAN verify_eku(UINT8 *Cert, UINTN CertSize)
X509_free(x509);
}
OBJ_cleanup();
return TRUE;
}