diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2011-12-02 18:30:24 +0100 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2011-12-05 12:03:13 +0100 |
| commit | 0c45b252dc9f3e6c7aff8dd24e39b3f5596d35b0 (patch) | |
| tree | 130d0f8e3c45ba8b3908808ce5c646a5722cc592 /lasso/xml | |
| parent | cd017964d04782f015771d00b6dffd360499c49a (diff) | |
| download | lasso-0c45b252dc9f3e6c7aff8dd24e39b3f5596d35b0.tar.gz lasso-0c45b252dc9f3e6c7aff8dd24e39b3f5596d35b0.tar.xz lasso-0c45b252dc9f3e6c7aff8dd24e39b3f5596d35b0.zip | |
[saml2] introduce a lasso_saml2_assertion_get_audirence_restrictions to factorize some code
Diffstat (limited to 'lasso/xml')
| -rw-r--r-- | lasso/xml/tools.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/tools.c b/lasso/xml/tools.c index 29aa7208..8c27cffd 100644 --- a/lasso/xml/tools.c +++ b/lasso/xml/tools.c @@ -1996,8 +1996,8 @@ _lasso_xmlsec_load_key_from_buffer(const char *buffer, size_t length, const char "works with DSA and RSA algorithms."); } } - xmlSecErrorsDefaultCallbackEnableOutput(TRUE); cleanup: + xmlSecErrorsDefaultCallbackEnableOutput(TRUE); return private_key; } /** |
