summaryrefslogtreecommitdiffstats
path: root/libcsoap/soap-xmlsec.c
diff options
context:
space:
mode:
authorGravatar m0gg2007-11-04 06:57:31 +0000
committerGravatar m0gg2007-11-04 06:57:31 +0000
commit294374084a574ec74dfad51db494d102d4c3db27 (patch)
treec69995ed52234b61f4558967037d77f6bc480927 /libcsoap/soap-xmlsec.c
parent8a6946b18003fae6400a137389f0cb13d0ac4bd6 (diff)
downloadcsoap-294374084a574ec74dfad51db494d102d4c3db27.tar.gz
csoap-294374084a574ec74dfad51db494d102d4c3db27.tar.bz2
Moved project documentation from headers to doc/
Diffstat (limited to 'libcsoap/soap-xmlsec.c')
-rw-r--r--libcsoap/soap-xmlsec.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/libcsoap/soap-xmlsec.c b/libcsoap/soap-xmlsec.c
index df04e28..19b5ce7 100644
--- a/libcsoap/soap-xmlsec.c
+++ b/libcsoap/soap-xmlsec.c
@@ -1,5 +1,5 @@
/******************************************************************
-* $Id: soap-xmlsec.c,v 1.9 2007/11/03 22:40:10 m0gg Exp $
+* $Id: soap-xmlsec.c,v 1.10 2007/11/04 06:57:32 m0gg Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -118,17 +118,14 @@ static void _soap_xmlsec_error_callback(const char *file, int line, const char *
return;
}
-/**
- *
- * Lookups key in the @store. The caller is responsible for destroying returned
- * key with #xmlSecKeyDestroy function.
+/** This function lookups key in the store. The caller is responsible
+ * for destroying returned key with #xmlSecKeyDestroy function.
*
* @param store the pointer to simple keys store.
* @param name the desired key name.
* @param keyInfoCtx the pointer to <dsig:KeyInfo/> node processing context.
*
* @return pointer to key or NULL if key not found or an error occurs.
- *
*/
static xmlSecKeyPtr
_soap_xmlsec_files_keys_store_find_key(xmlSecKeyStorePtr store, const xmlChar * name, xmlSecKeyInfoCtxPtr keyInfoCtx)