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;
|
int rc;
|
||||||
char *buffer;
|
char *buffer;
|
||||||
|
|
||||||
rc = gcry_mpi_aprint( GCRYMPI_FMT_HEX,
|
rc = gcry_mpi_aprint( GCRYMPI_FMT_HEX, &buffer, NULL, a );
|
||||||
&(unsigned char*)buffer, NULL, a );
|
|
||||||
assert( !rc );
|
assert( !rc );
|
||||||
fputs( buffer, fp );
|
fputs( buffer, fp );
|
||||||
n += strlen(buffer);
|
n += strlen(buffer);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user