sc-hsm: removed UTSRCACC100001

This commit is contained in:
Frank Morgner 2017-07-14 07:22:31 +02:00
parent 12fe5b5e67
commit cf9b8dd6ea
3 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,4 @@
CV_CERTS = UTSRCACC100001 DESRCACC100001
CV_CERTS = DESRCACC100001
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
DISTCLEANFILES = opensc.conf

Binary file not shown.

View File

@ -282,9 +282,6 @@
<?endif ?>
<?ifdef OpenPACE ?>
<Directory Id="INSTALLDIR_CVC" Name="cvc">
<Component Id="UTSRCACC100001" Guid="*" Win64="$(var.Win64YesNo)">
<File Source="$(var.SOURCE_DIR)\etc\UTSRCACC100001"/>
</Component>
<Component Id="DESRCACC100001" Guid="*" Win64="$(var.Win64YesNo)">
<File Source="$(var.SOURCE_DIR)\etc\DESRCACC100001"/>
</Component>
@ -315,7 +312,6 @@
<ComponentRef Id="smm_local.dll"/>
<?endif ?>
<?ifdef OpenPACE ?>
<ComponentRef Id="UTSRCACC100001"/>
<ComponentRef Id="DESRCACC100001"/>
<?endif ?>
</Feature>