From c8f12e218f81f9211920b6fe50a786b617a2aeae Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 2 Feb 1998 14:36:06 +0000 Subject: changed structure of trustdb --- include/mpi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/mpi.h') 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); -- cgit v1.2.3