diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-07-22 10:10:59 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-07-22 10:10:59 +0000 |
| commit | cd2c24d5867381e3b51e4f2bcf58e1e90f1ad561 (patch) | |
| tree | ab3a785a65d5d71d639a561d41a5eae3da13b4c5 | |
| parent | a35f0477384ca53e9c598b35051b9b3d5b5ce42b (diff) | |
| download | lasso-cd2c24d5867381e3b51e4f2bcf58e1e90f1ad561.tar.gz lasso-cd2c24d5867381e3b51e4f2bcf58e1e90f1ad561.tar.xz lasso-cd2c24d5867381e3b51e4f2bcf58e1e90f1ad561.zip | |
missing #include and case (marked with XXX; should it be written?)
| -rw-r--r-- | lasso/Attic/protocols/authn_request.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lasso/Attic/protocols/authn_request.c b/lasso/Attic/protocols/authn_request.c index 16778a47..05da7638 100644 --- a/lasso/Attic/protocols/authn_request.c +++ b/lasso/Attic/protocols/authn_request.c @@ -23,6 +23,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include <string.h> #include <lasso/protocols/authn_request.h> /*****************************************************************************/ @@ -344,6 +345,8 @@ lasso_authn_request_new_from_export(gchar *buffer, break; case lassoNodeExportTypeBase64: break; + case lassoNodeExportTypeSoap: + break; /* XXX */ } return (request); |
