diff options
Diffstat (limited to 'include/mpi.h')
-rw-r--r-- | include/mpi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mpi.h b/include/mpi.h index feb915a2b..9a151291c 100644 --- a/include/mpi.h +++ b/include/mpi.h @@ -99,6 +99,7 @@ int mpi_fromstr(MPI val, const char *str); int mpi_print( FILE *fp, MPI a, int mode ); u32 mpi_get_keyid( MPI a, u32 *keyid ); byte *mpi_get_buffer( MPI a, unsigned *nbytes, int *sign ); +byte *mpi_get_secure_buffer( MPI a, unsigned *nbytes, int *sign ); void mpi_set_buffer( MPI a, const byte *buffer, unsigned nbytes, int sign ); /*-- mpi-add.c --*/ |