1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

See ChangeLog: Mon Jan 24 22:24:38 CET 2000 Werner Koch

This commit is contained in:
Werner Koch 2000-01-24 21:14:42 +00:00
parent 54b141f63e
commit db43afc923
12 changed files with 454 additions and 32 deletions

View file

@ -608,6 +608,8 @@ gcry_mpi_aprint( enum gcry_mpi_format format, void **buffer, size_t *nbytes,
g10_free(*buffer);
*buffer = NULL;
}
else if( nbytes )
*nbytes = n;
return rc;
}