diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2004-07-16 10:17:29 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2004-07-16 10:17:29 +0000 |
commit | 091028da9d9aea8993626e15ce41e9e657a0ba8f (patch) | |
tree | 094bc6e04dcc9175dfd0f88326a53575448debc6 /libexslt/exslt.c | |
parent | cd6168c4467e61146d141d3bd315267f86de2ada (diff) | |
download | libxslt-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.c | 2 |
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(); |