summaryrefslogtreecommitdiff
path: root/xmlsec-config.in
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsec-config.in')
-rw-r--r--xmlsec-config.in13
1 files changed, 1 insertions, 12 deletions
diff --git a/xmlsec-config.in b/xmlsec-config.in
index cb46909b..646109cf 100644
--- a/xmlsec-config.in
+++ b/xmlsec-config.in
@@ -21,7 +21,7 @@ Known values for OPTION are:
--help display this help and exit
--version output version information
--crypto=LIB configure with XMLSEC crypto library (one of the
- following: none default openssl nss gnutls gcrypt)
+ following: none default openssl gnutls nss)
EOF
exit $1
@@ -167,17 +167,6 @@ gnutls)
fi
;;
-gcrypt)
- if test "@XMLSEC_NO_GCRYPT@" = "0"; then
- the_crypto_flags="@GCRYPT_CFLAGS@ -DXMLSEC_CRYPTO=\\\"gcrypt\\\""
- the_crypto_libs="@GCRYPT_LIBS@"
- the_xmlsec_crypto_lib="-l@GCRYPT_CRYPTO_LIB@"
- else
- echo "Error: the \"$crypto\" cryptographic library is not supported"
- usage 1
- fi
- ;;
-
nss)
if test "@XMLSEC_NO_NSS@" = "0"; then
the_crypto_flags="@NSS_CFLAGS@ -DXMLSEC_CRYPTO=\\\"nss\\\""