diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-08-31 12:14:43 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-08-31 12:14:43 +0000 |
| commit | 5049245d148a6f689d74cd254664bcb65b36e14e (patch) | |
| tree | b16a964e1be360b0ae9f763adca5bf6b7a553e56 | |
| parent | 0a17ff11d888652cef936e99ad338eedcfbb890c (diff) | |
| download | lasso-5049245d148a6f689d74cd254664bcb65b36e14e.tar.gz lasso-5049245d148a6f689d74cd254664bcb65b36e14e.tar.xz lasso-5049245d148a6f689d74cd254664bcb65b36e14e.zip | |
properly cast request to needed type
| -rw-r--r-- | lasso/Attic/protocols/request.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/Attic/protocols/request.c b/lasso/Attic/protocols/request.c index f0fdf944..da2f4488 100644 --- a/lasso/Attic/protocols/request.c +++ b/lasso/Attic/protocols/request.c @@ -99,7 +99,7 @@ lasso_request_new(const xmlChar *assertionArtifact) /* Signature template with X509 FIXME: signature method */ - lasso_samlp_request_abstract_set_signature_tmpl(request, + lasso_samlp_request_abstract_set_signature_tmpl(LASSO_SAMLP_REQUEST_ABSTRACT(request), lassoSignatureTypeWithX509, lassoSignatureMethodRsaSha1, NULL); |
