Compiler masochism compliance.
[exim.git] / src / src / pdkim / bignum.h
index aaca67ff8d6244690ef2a29a17ef88734442f4f5..5b355f2fcec42c4336e54e564a39c4e97f8278d2 100644 (file)
@@ -202,7 +202,7 @@ int mpi_read_file( mpi *X, int radix, FILE *fin );
  *
  * \note           Set fout == NULL to print X on the console.
  */
-int mpi_write_file( char *p, mpi *X, int radix, FILE *fout );
+int mpi_write_file( const char *p, mpi *X, int radix, FILE *fout );
 
 /**
  * \brief          Import X from unsigned binary data, big endian