From 39259eb8bb2b86e5ae88e01c5a8852ae8d43ba86 Mon Sep 17 00:00:00 2001 From: n2460 Date: Wed, 9 Oct 2013 01:35:16 +0000 Subject: [PATCH] =?UTF-8?q?hsm=5Futils:Makefile=20=E3=81=AE=20Targets=20?= =?UTF-8?q?=E3=81=AB=20create=5Frsa=5Fpss=5Fcert=20=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_eFuse@227 ff987cc8-cf2f-4642-8568-d52cce064691 --- trunk/hsm_utils/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/hsm_utils/Makefile b/trunk/hsm_utils/Makefile index 610566b..18429e4 100644 --- a/trunk/hsm_utils/Makefile +++ b/trunk/hsm_utils/Makefile @@ -120,6 +120,7 @@ TARGETS_SIMPLE= \ import_aes_key \ import_rsa_keypair \ import_ecdsa_keypair \ + create_rsa_pss_cert \ simple: $(TARGETS_SIMPLE)