diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2007-12-27 15:18:29 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2007-12-27 15:18:29 +0000 |
| commit | 8ef81c06bb852dce0bd6679b1114fada231fd2cc (patch) | |
| tree | 3990d16105a29bd78f749e47c5835d07cb2efc3e | |
| parent | 35333800036a052d3872ddbccfd0321c1813253b (diff) | |
| download | lasso-8ef81c06bb852dce0bd6679b1114fada231fd2cc.tar.gz lasso-8ef81c06bb852dce0bd6679b1114fada231fd2cc.tar.xz lasso-8ef81c06bb852dce0bd6679b1114fada231fd2cc.zip | |
renamed files according to their contents
| -rw-r--r-- | lasso/xml/saml-2.0/Makefile.am | 4 | ||||
| -rw-r--r-- | lasso/xml/saml-2.0/samlp2_assertion_id_request.c (renamed from lasso/xml/saml-2.0/samlp2_assertion_idrequest.c) | 0 | ||||
| -rw-r--r-- | lasso/xml/saml-2.0/samlp2_assertion_id_request.h (renamed from lasso/xml/saml-2.0/samlp2_assertion_idrequest.h) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/lasso/xml/saml-2.0/Makefile.am b/lasso/xml/saml-2.0/Makefile.am index 52d1ff7f..d3c4775c 100644 --- a/lasso/xml/saml-2.0/Makefile.am +++ b/lasso/xml/saml-2.0/Makefile.am @@ -35,7 +35,7 @@ liblasso_xml_saml2_la_SOURCES = \ saml2_subject_locality.c \ samlp2_artifact_resolve.c \ samlp2_artifact_response.c \ - samlp2_assertion_idrequest.c \ + samlp2_assertion_id_request.c \ samlp2_attribute_query.c \ samlp2_authn_query.c \ samlp2_authn_request.c \ @@ -88,7 +88,7 @@ liblassoinclude_HEADERS = \ saml2_subject_locality.h \ samlp2_artifact_resolve.h \ samlp2_artifact_response.h \ - samlp2_assertion_idrequest.h \ + samlp2_assertion_id_request.h \ samlp2_attribute_query.h \ samlp2_authn_query.h \ samlp2_authn_request.h \ diff --git a/lasso/xml/saml-2.0/samlp2_assertion_idrequest.c b/lasso/xml/saml-2.0/samlp2_assertion_id_request.c index f0b4c467..f0b4c467 100644 --- a/lasso/xml/saml-2.0/samlp2_assertion_idrequest.c +++ b/lasso/xml/saml-2.0/samlp2_assertion_id_request.c diff --git a/lasso/xml/saml-2.0/samlp2_assertion_idrequest.h b/lasso/xml/saml-2.0/samlp2_assertion_id_request.h index a85ddc82..a85ddc82 100644 --- a/lasso/xml/saml-2.0/samlp2_assertion_idrequest.h +++ b/lasso/xml/saml-2.0/samlp2_assertion_id_request.h |
