aboutsummaryrefslogtreecommitdiffstats
path: root/SoftHSMv2/src/bin/keyconv/Makefile.am
diff options
context:
space:
mode:
authorManjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>2019-04-19 13:26:17 -0700
committerManjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>2019-04-19 13:30:43 -0700
commit8b829841a0baeb785053dc3feac343b6b7ade43a (patch)
tree1cea78b3bbda082bc16ba16c4fbb418bf859e75d /SoftHSMv2/src/bin/keyconv/Makefile.am
parent8a2642bcba4b1865d5180cd05482b855e871d6a5 (diff)
Remove keyconv files to fix the license issue.HEAD4.0.0-ONAPmasterdublin
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 <manjunath.ranganathaiah@intel.com>
Diffstat (limited to 'SoftHSMv2/src/bin/keyconv/Makefile.am')
-rw-r--r--SoftHSMv2/src/bin/keyconv/Makefile.am27
1 files changed, 0 insertions, 27 deletions
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