fixed a bunch of compiler warnings, pgp end certificate listing

This commit is contained in:
Martin Willi
2009-04-21 15:36:58 +00:00
parent c258a3b36a
commit 134c9d9db0
5 changed files with 6 additions and 11 deletions
+1 -1
View File
@@ -560,7 +560,7 @@ chunk_t pkcs1_build_signature(chunk_t tbs, int hash_alg,
u_char digest_buf[MAX_DIGEST_LEN];
chunk_t digest = { digest_buf, MAX_DIGEST_LEN };
chunk_t digestInfo, alg_id, signatureValue;
chunk_t digestInfo, signatureValue;
u_char *pos;
if (!compute_digest(tbs, hash_alg, &digest))