diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-08-30 09:00:41 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-08-30 09:00:41 +0000 |
| commit | 8aa90097e4edb016dc0b1225ecc9cd6653eb6d72 (patch) | |
| tree | 0154ca049fcd1332784293f71e51702f4046802e | |
| parent | cd567ad391f0c9a96083b930557905d786dadd7e (diff) | |
returns 0 on success
| -rw-r--r-- | lasso/xml/xml.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lasso/xml/xml.c b/lasso/xml/xml.c index 223087f7..c15445fd 100644 --- a/lasso/xml/xml.c +++ b/lasso/xml/xml.c @@ -696,6 +696,8 @@ lasso_node_sign_signature_tmpl(LassoNode *node, class = LASSO_NODE_GET_CLASS(node); class->sign_signature_tmpl(node, private_key_file, certificate_file); + + return 0; } /*****************************************************************************/ |
