mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
completed the new key validation code
This commit is contained in:
parent
64012b0e6e
commit
52be6a8aef
8 changed files with 192 additions and 73 deletions
|
@ -562,7 +562,7 @@ size_t
|
|||
m_size( const void *a )
|
||||
{
|
||||
#ifndef M_GUARD
|
||||
log_debug("Ooops, m_size called\n");
|
||||
log_debug("dummy m_size called\n");
|
||||
return 0;
|
||||
#else
|
||||
const byte *p = a;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue