Merge branch 'master' into dstuart_refactor_autoconf

This commit is contained in:
Damien Stuart
2015-08-29 12:46:24 -04:00
221 changed files with 7638 additions and 2691 deletions
-6
View File
@@ -124,12 +124,6 @@ verify_digest(char *tbuf, int t_size, fko_ctx_t ctx)
static int
is_valid_digest_len(int t_size, fko_ctx_t ctx)
{
#if AFL_FUZZING
ctx->digest_type = FKO_DIGEST_SHA256;
ctx->digest_len = t_size;
return FKO_SUCCESS;
#endif
switch(t_size)
{
case MD5_B64_LEN:
+1 -1
View File
@@ -107,7 +107,7 @@ my_passphrase_cb(
/* Verify gpg signatures in a verify_result set.
*/
int
static int
process_sigs(fko_ctx_t fko_ctx, gpgme_verify_result_t vres)
{
unsigned int sig_cnt = 0;