diff options
author | Werner Koch <[email protected]> | 1998-02-02 14:36:06 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-02-02 14:36:06 +0000 |
commit | c8f12e218f81f9211920b6fe50a786b617a2aeae (patch) | |
tree | d042319be043090b02df4396c9880398b2b831ea /include/mpi.h | |
parent | auf tobold (diff) | |
download | gnupg-c8f12e218f81f9211920b6fe50a786b617a2aeae.tar.gz gnupg-c8f12e218f81f9211920b6fe50a786b617a2aeae.zip |
changed structure of trustdb
Diffstat (limited to 'include/mpi.h')
-rw-r--r-- | include/mpi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mpi.h b/include/mpi.h index 7a43b3018..1354dda4c 100644 --- a/include/mpi.h +++ b/include/mpi.h @@ -78,6 +78,8 @@ typedef struct mpi_struct { void mpi_resize( MPI a, unsigned nlimbs ); MPI mpi_copy( MPI a ); #endif +#define mpi_is_secure(a) ((a) && (a)->secure) +void mpi_set_secure( MPI a ); void mpi_clear( MPI a ); void mpi_set( MPI w, MPI u); void mpi_set_ui( MPI w, ulong u); |