From 8b829841a0baeb785053dc3feac343b6b7ade43a Mon Sep 17 00:00:00 2001 From: Manjunath Ranganathaiah Date: Fri, 19 Apr 2019 13:26:17 -0700 Subject: Remove keyconv files to fix the license issue. These files are part of the key conversion tool that is not used. Issue-ID: AAF-814 Change-Id: I01e1733329022059e410ad9d7cd390faff09a97c Signed-off-by: Manjunath Ranganathaiah --- SoftHSMv2/src/bin/keyconv/Makefile.am | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 SoftHSMv2/src/bin/keyconv/Makefile.am (limited to 'SoftHSMv2/src/bin/keyconv/Makefile.am') diff --git a/SoftHSMv2/src/bin/keyconv/Makefile.am b/SoftHSMv2/src/bin/keyconv/Makefile.am deleted file mode 100644 index 5565017..0000000 --- a/SoftHSMv2/src/bin/keyconv/Makefile.am +++ /dev/null @@ -1,27 +0,0 @@ -MAINTAINERCLEANFILES = $(srcdir)/Makefile.in - -AM_CPPFLAGS = -I$(srcdir)/../../lib/crypto \ - @CRYPTO_INCLUDES@ - -dist_man_MANS = softhsm2-keyconv.1 - -bin_PROGRAMS = softhsm2-keyconv - -softhsm2_keyconv_SOURCES = softhsm2-keyconv.cpp \ - base64.c -softhsm2_keyconv_LDADD = @CRYPTO_LIBS@ - -# Compile with OpenSSL support -if WITH_OPENSSL -softhsm2_keyconv_SOURCES += softhsm2-keyconv-ossl.cpp \ - ../../lib/crypto/OSSLComp.cpp -endif - -# Compile with Botan support -if WITH_BOTAN -softhsm2_keyconv_SOURCES += softhsm2-keyconv-botan.cpp -endif - -EXTRA_DIST = $(srcdir)/CMakeLists.txt \ - $(srcdir)/*.h \ - $(srcdir)/*.cpp -- cgit 1.2.3-korg