summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1999-05-04 15:55:41 +0200
committerWerner Koch <wk@gnupg.org>1999-05-04 15:55:41 +0200
commite5a79b2da81bd01562cd6c469eb106f765f43269 (patch)
treeca3b24e4356da7c39b95e387566773838e093c93 /include
parentSee ChangeLog: Thu Apr 29 12:29:22 CEST 1999 Werner Koch (diff)
downloadgnupg2-e5a79b2da81bd01562cd6c469eb106f765f43269.tar.xz
gnupg2-e5a79b2da81bd01562cd6c469eb106f765f43269.zip
See ChangeLog: Tue May 4 15:49:29 CEST 1999 Werner Koch
Diffstat (limited to 'include')
-rw-r--r--include/mpi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mpi.h b/include/mpi.h
index ae32d1ba3..e845bec50 100644
--- a/include/mpi.h
+++ b/include/mpi.h
@@ -92,6 +92,7 @@ void *mpi_get_opaque( MPI a, int *len );
#define mpi_is_secure(a) ((a) && ((a)->flags&1))
void mpi_set_secure( MPI a );
void mpi_clear( MPI a );
+MPI mpi_alloc_like( MPI a );
void mpi_set( MPI w, MPI u);
void mpi_set_ui( MPI w, ulong u);
MPI mpi_alloc_set_ui( unsigned long u);