summaryrefslogtreecommitdiff
path: root/xmlsec1-config
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsec1-config')
-rw-r--r--xmlsec1-config15
1 files changed, 2 insertions, 13 deletions
diff --git a/xmlsec1-config b/xmlsec1-config
index ed59ce8c..78c06ca6 100644
--- a/xmlsec1-config
+++ b/xmlsec1-config
@@ -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
@@ -79,7 +79,7 @@ do
;;
--version)
- echo 1.2.18
+ echo 1.2.14
exit 0
;;
@@ -167,17 +167,6 @@ gnutls)
fi
;;
-gcrypt)
- if test "0" = "0"; then
- the_crypto_flags=" -DXMLSEC_CRYPTO_GCRYPT=1 -DXMLSEC_CRYPTO=\\\"gcrypt\\\""
- the_crypto_libs=" -lgcrypt"
- the_xmlsec_crypto_lib="-lxmlsec1-gcrypt"
- else
- echo "Error: the \"$crypto\" cryptographic library is not supported"
- usage 1
- fi
- ;;
-
nss)
if test "0" = "0"; then
the_crypto_flags="-I/usr/include/nspr -I/usr/include/nss -DXMLSEC_CRYPTO_NSS=1 -DXMLSEC_CRYPTO=\\\"nss\\\""