diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-12-17 18:02:42 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-12-17 18:02:42 +0000 |
| commit | ca7ca6c2ce204bf2d64652a8170f37e83f1ea6a6 (patch) | |
| tree | 66fa7579314b6af0c8b22ccf418306b9f246f18f /lasso/xml/tools.c | |
| parent | c613c52c2796282a12918160b66632ef401d0374 (diff) | |
| download | lasso-ca7ca6c2ce204bf2d64652a8170f37e83f1ea6a6.tar.gz lasso-ca7ca6c2ce204bf2d64652a8170f37e83f1ea6a6.tar.xz lasso-ca7ca6c2ce204bf2d64652a8170f37e83f1ea6a6.zip | |
Isolated CFLAGS to be used when compiling Lasso in LASSO_CORE_CFLAGS; don't use
those when compiling tests in order to catch errors in headers. Also moved a
few things in header files; need more thinking about that.
Diffstat (limited to 'lasso/xml/tools.c')
| -rw-r--r-- | lasso/xml/tools.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lasso/xml/tools.c b/lasso/xml/tools.c index de2b609e..00803da4 100644 --- a/lasso/xml/tools.c +++ b/lasso/xml/tools.c @@ -35,11 +35,9 @@ #include <xmlsec/base64.h> #include <xmlsec/xmltree.h> +#include <lasso/xml/xml.h> #include <lasso/xml/tools.h> -#include <lasso/xml/errors.h> -#include <lasso/xml/strings.h> - /** * lasso_build_random_sequence: @@ -304,7 +302,7 @@ lasso_load_certs_from_pem_certs_chain_file(const char* pem_certs_chain_file) * Return value: a newly allocated query signed or NULL if an error occurs. **/ xmlChar* -lasso_query_sign(xmlChar *query, lassoSignatureMethod sign_method, const char *private_key_file) +lasso_query_sign(xmlChar *query, lassoSignatureMethod sign_method, const char *private_key_file) { BIO *bio = NULL; xmlChar *digest = NULL; /* 160 bit buffer */ |
