diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-09-02 08:33:54 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-09-02 08:33:54 +0000 |
| commit | 3efabaa8d8b7ab92bb8c7c8fdd0180c11f5649df (patch) | |
| tree | b6a038c40f06fd048d9f230b9c57c7b717ee92bd | |
| parent | b67da551e762b2a161d35f9c67d412505604c598 (diff) | |
disable xmlsec version check
| -rw-r--r-- | lasso/lasso.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lasso/lasso.c b/lasso/lasso.c index 7fb3090e..d3b89cea 100644 --- a/lasso/lasso.c +++ b/lasso/lasso.c @@ -82,10 +82,12 @@ int lasso_init() } /* Check loaded library version */ +#if 0 /* dubious check; disabled for now */ if(xmlSecCheckVersion() != 1) { message(G_LOG_LEVEL_CRITICAL, "Loaded xmlsec library version is not compatible.\n"); return -1; } +#endif /* Load default crypto engine if we are supporting dynamic * loading for xmlsec-crypto libraries. Use the crypto library |
