Skip to content
Snippets Groups Projects
Commit f1a1cbc2 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

messages: PKCS hash 11

parent 21f8030b
No related branches found
No related tags found
1 merge request!543DNSSEC policy in configuration
......@@ -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
])
......@@ -351,7 +351,7 @@ int check_keystore(
C_CONFIG, args->id, args->id_len);
if (conf_opt(&backend) == KEYSTORE_BACKEND_PKCS11 && conf_str(&config) == NULL) {
args->err_str = "no PKCS11 configuration defined";
args->err_str = "no PKCS #11 configuration defined";
return KNOT_EINVAL;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment