Merge branch 'master' into dstuart_refactor_autoconf
This commit is contained in:
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user