summaryrefslogtreecommitdiff
path: root/CryptoPkg/Application/Cryptest/Cryptest.c
diff options
context:
space:
mode:
Diffstat (limited to 'CryptoPkg/Application/Cryptest/Cryptest.c')
-rw-r--r--CryptoPkg/Application/Cryptest/Cryptest.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/CryptoPkg/Application/Cryptest/Cryptest.c b/CryptoPkg/Application/Cryptest/Cryptest.c
index 188a36c4c3..db8c89aa51 100644
--- a/CryptoPkg/Application/Cryptest/Cryptest.c
+++ b/CryptoPkg/Application/Cryptest/Cryptest.c
@@ -58,6 +58,11 @@ CryptestMain (
return Status;
}
+ Status = ValidateCryptRsa2 ();
+ if (EFI_ERROR (Status)) {
+ return Status;
+ }
+
Status = ValidateAuthenticode ();
if (EFI_ERROR (Status)) {
return Status;