mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
add coprocess facility
This commit is contained in:
parent
0300d6aefc
commit
6fbee8ab86
10 changed files with 495 additions and 45 deletions
|
@ -271,7 +271,7 @@ secmem_free( void *a )
|
|||
int
|
||||
m_is_secure( const void *p )
|
||||
{
|
||||
return p >= pool && p < ((char*)pool+poolsize);
|
||||
return p >= pool && p < (void*)((char*)pool+poolsize);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue