summaryrefslogtreecommitdiff
path: root/libexslt/exslt.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2004-07-16 10:17:29 +0000
committerDaniel Veillard <veillard@src.gnome.org>2004-07-16 10:17:29 +0000
commit091028da9d9aea8993626e15ce41e9e657a0ba8f (patch)
tree094bc6e04dcc9175dfd0f88326a53575448debc6 /libexslt/exslt.c
parentcd6168c4467e61146d141d3bd315267f86de2ada (diff)
downloadlibxslt-091028da9d9aea8993626e15ce41e9e657a0ba8f.tar.gz
libxslt-091028da9d9aea8993626e15ce41e9e657a0ba8f.tar.bz2
libxslt-091028da9d9aea8993626e15ce41e9e657a0ba8f.zip
apply patch from Rob Richards to add a normal --with-crypto configure
* configure.in libexslt/crypto.c libexslt/exslt.[ch] libexslt/exsltconfig.h.in win32/configure.js: apply patch from Rob Richards to add a normal --with-crypto configure option. Daniel
Diffstat (limited to 'libexslt/exslt.c')
-rw-r--r--libexslt/exslt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libexslt/exslt.c b/libexslt/exslt.c
index 9b6a6ac1..4db8f454 100644
--- a/libexslt/exslt.c
+++ b/libexslt/exslt.c
@@ -32,7 +32,9 @@ const int exsltLibxmlVersion = LIBXML_VERSION;
void
exsltRegisterAll (void) {
exsltCommonRegister();
+#ifdef EXSLT_CRYPTO_ENABLED
exsltCryptoRegister();
+#endif
exsltMathRegister();
exsltSetsRegister();
exsltFuncRegister();