summaryrefslogtreecommitdiff
path: root/xmlsec1-config
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-22 10:31:06 -0800
committerAnas Nashif <anas.nashif@intel.com>2012-11-22 10:31:06 -0800
commit07bb297329b9e9754d09dcb6d70417272a626619 (patch)
treec1bdcad5f080f8cfe2e876604177670061cdc101 /xmlsec1-config
parentf251dedaa31b48f7c05a4b53c112b40ebca890ef (diff)
downloadxmlsec1-07bb297329b9e9754d09dcb6d70417272a626619.tar.gz
xmlsec1-07bb297329b9e9754d09dcb6d70417272a626619.tar.bz2
xmlsec1-07bb297329b9e9754d09dcb6d70417272a626619.zip
Imported Upstream version 1.2.14upstream/1.2.14
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\\\""