diff options
author | Jan Vcelak <jan.vcelak@nic.cz> | 2016-06-28 20:37:31 +0200 |
---|---|---|
committer | Jan Vcelak <jan.vcelak@nic.cz> | 2016-06-28 20:37:31 +0200 |
commit | f1a1cbc23a55a59487121006a2019738cc28e8b4 (patch) | |
tree | d58e7f6cec619230f42c0b94a4d11f28a5083e8a /configure.ac | |
parent | doc: full module path in PKCS 11 sample config (diff) | |
download | knot-f1a1cbc23a55a59487121006a2019738cc28e8b4.tar.xz knot-f1a1cbc23a55a59487121006a2019738cc28e8b4.zip |
messages: PKCS hash 11
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 12b286519..0b54ee5bf 100644 --- a/configure.ac +++ b/configure.ac @@ -133,7 +133,7 @@ PKG_CHECK_MODULES([gnutls], [gnutls >= 3.0 nettle], [ LIBS="$LIBS $gnutls_LIBS" AC_CHECK_FUNC([gnutls_pkcs11_copy_pubkey], [enable_pkcs11=yes], [enable_pkcs11=no]) AS_IF([test "$enable_pkcs11" = yes], - [AC_DEFINE([ENABLE_PKCS11], [1], [PKCS 11 support available])]) + [AC_DEFINE([ENABLE_PKCS11], [1], [PKCS #11 support available])]) LIBS=$save_LIBS ]) @@ -597,7 +597,7 @@ AC_MSG_RESULT([ Dnstap support: ${opt_dnstap} Code coverage: ${enable_code_coverage} Bash completions: ${bash_completions_output} - PKCS 11 support: ${enable_pkcs11} + PKCS #11 support: ${enable_pkcs11} Continue with 'make' command ]) |