From f9a70437820d05f7f98ffd1c9003edd83872e9b5 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 15 May 1998 18:49:19 +0000 Subject: new release --- g10/main.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'g10/main.h') diff --git a/g10/main.h b/g10/main.h index 03436d058..1d2677759 100644 --- a/g10/main.h +++ b/g10/main.h @@ -25,6 +25,10 @@ #include "cipher.h" #include "keydb.h" +#define DEFAULT_CIPHER_ALGO CIPHER_ALGO_BLOWFISH +#define DEFAULT_PUBKEY_ALGO PUBKEY_ALGO_ELGAMAL +#define DEFAULT_DIGEST_ALGO DIGEST_ALGO_RMD160 + typedef struct { int header_okay; @@ -41,6 +45,7 @@ typedef struct { #endif /*-- misc.c --*/ +void trap_unaligned(void); u16 checksum_u16( unsigned n ); u16 checksum( byte *p, unsigned n ); u16 checksum_mpi( MPI a ); -- cgit v1.2.3