Mercurial > trustbridge
diff common/listutil.c @ 59:3f6378647371
Start work on cinst. Strhelp new helpers to work with C String
arrays and to have a terminating malloc / realloc
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Tue, 18 Mar 2014 10:04:30 +0000 |
parents | 7055a79abe02 |
children | b8cd573bd3ac |
line wrap: on
line diff
--- a/common/listutil.c Tue Mar 18 10:03:34 2014 +0000 +++ b/common/listutil.c Tue Mar 18 10:04:30 2014 +0000 @@ -89,16 +89,6 @@ return 0; } -/** @brief verify the certificate list - * - * The public key to verify against is the static publicKeyPEM data defined - * in the pubkey header. - * - * @param [in] data the list data - * @param [in] size the size of the data - * - * @returns 0 if the list is valid a polarssl error or -1 otherwise - */ int verify_list(char *data, size_t size) { int ret = -1;