]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix incorrect PKCS11 macro in dnssec-revoke.
authorAaron Thompson <dev@aaront.org>
Sat, 28 Mar 2020 18:51:20 +0000 (18:51 +0000)
committerOndřej Surý <ondrej@isc.org>
Mon, 20 Apr 2020 09:40:41 +0000 (11:40 +0200)
Missed in c3b8130fe8267185e786e9c12527df7c53b37589.

bin/dnssec/dnssec-revoke.c

index 4d167abfa5ed741d22b8f41898b9a2133308c497..af191012a8f291c2b8636576cd08e81b4a86cdc0 100644 (file)
@@ -93,9 +93,9 @@ main(int argc, char **argv) {
 
        isc_mem_create(&mctx);
 
-#if HAVE_PKCS11
+#if USE_PKCS11
        pk11_result_register();
-#endif /* if HAVE_PKCS11 */
+#endif /* if USE_PKCS11 */
        dns_result_register();
 
        isc_commandline_errprint = false;