mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
Fix to let it compile. This is not required but avoids complaints
from folks not reading the documentation.
This commit is contained in:
parent
68191d0c93
commit
5e47c18612
@ -988,8 +988,7 @@ mpi_print( FILE *fp, gcry_mpi_t a, int mode )
|
||||
int rc;
|
||||
char *buffer;
|
||||
|
||||
rc = gcry_mpi_aprint( GCRYMPI_FMT_HEX,
|
||||
&(unsigned char*)buffer, NULL, a );
|
||||
rc = gcry_mpi_aprint( GCRYMPI_FMT_HEX, &buffer, NULL, a );
|
||||
assert( !rc );
|
||||
fputs( buffer, fp );
|
||||
n += strlen(buffer);
|
||||
|
Loading…
x
Reference in New Issue
Block a user