summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2017-04-06 12:38:17 +0800
committerPeter Jones <pjones@redhat.com>2017-04-11 10:42:19 -0400
commite39692647f78e13d757ddbfdd36f440d5f526050 (patch)
treef54c0bdcf38b166c645266cdcb056a1c1c481dd6
parent0f3dfc01e2d5e7df882c963dd8dc4a0dfbfc96ad (diff)
downloadefi-boot-shim-e39692647f78e13d757ddbfdd36f440d5f526050.tar.gz
efi-boot-shim-e39692647f78e13d757ddbfdd36f440d5f526050.zip
shim: Remove the obsolete OBJ_cleanup
Signed-off-by: Gary Lin <glin@suse.com>
-rw-r--r--shim.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/shim.c b/shim.c
index 5cb75f0e..9de177f7 100644
--- a/shim.c
+++ b/shim.c
@@ -422,8 +422,6 @@ static BOOLEAN verify_eku(UINT8 *Cert, UINTN CertSize)
X509_free(x509);
}
- OBJ_cleanup();
-
return TRUE;
}