From: bert hubert Date: Wed, 18 Nov 2015 22:04:18 +0000 (+0100) Subject: include PKCS11 in toysdig. You know, when you need to validate with keys in your... X-Git-Tag: dnsdist-1.0.0-alpha1~187^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15ff8082ecc53fbaa9801c1687dd86f5470d566f;p=pdns include PKCS11 in toysdig. You know, when you need to validate with keys in your HSM ;-) --- 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 \