summaryrefslogtreecommitdiff
path: root/src/mpi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mpi.h')
-rw-r--r--src/mpi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mpi.h b/src/mpi.h
index 91458d47..e1392887 100644
--- a/src/mpi.h
+++ b/src/mpi.h
@@ -93,7 +93,6 @@ void mpi_swap( MPI a, MPI b);
/*-- mpicoder.c --*/
int mpi_fromstr(MPI val, const char *str);
-int mpi_print( FILE *fp, MPI a, int mode );
void g10_log_mpidump( const char *text, MPI a );
u32 mpi_get_keyid( MPI a, u32 *keyid );
byte *mpi_get_buffer( MPI a, unsigned *nbytes, int *sign );