From 15ff8082ecc53fbaa9801c1687dd86f5470d566f Mon Sep 17 00:00:00 2001 From: bert hubert Date: Wed, 18 Nov 2015 23:04:18 +0100 Subject: [PATCH] include PKCS11 in toysdig. You know, when you need to validate with keys in your HSM ;-) --- pdns/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 20983d984..2ccd6c19b 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -716,6 +716,11 @@ toysdig_SOURCES += botan110signers.cc botansigners.cc toysdig_LDADD += $(BOTAN110_LIBS) endif +if PKCS11 +toysdig_SOURCES += pkcs11signers.cc pkcs11signers.hh +toysdig_LDADD += $(P11KIT1_LIBS) +endif + tsig_tests_SOURCES = \ arguments.cc \ -- 2.40.0