1
0
Fork 0
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:
Werner Koch 2001-09-26 12:49:10 +00:00
parent 64012b0e6e
commit 52be6a8aef
8 changed files with 192 additions and 73 deletions

View file

@ -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;