summaryrefslogtreecommitdiff
path: root/shim.c
diff options
context:
space:
mode:
Diffstat (limited to 'shim.c')
-rw-r--r--shim.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shim.c b/shim.c
index 82e89d78..63a4ebd8 100644
--- a/shim.c
+++ b/shim.c
@@ -445,6 +445,8 @@ static BOOLEAN verify_eku(UINT8 *Cert, UINTN CertSize)
X509_free(x509);
}
+ OBJ_cleanup();
+
return TRUE;
}