diff options
author | Werner Koch <wk@gnupg.org> | 1998-03-03 09:43:28 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-03-03 09:43:28 +0100 |
commit | 0eb5aa6cfd145ececede8e5c6ed34f8bc9674830 (patch) | |
tree | e43b97086562b6414382b045d0221e25b243a43a /include/cipher.h | |
parent | bug fixes (diff) | |
download | gnupg2-0eb5aa6cfd145ececede8e5c6ed34f8bc9674830.tar.xz gnupg2-0eb5aa6cfd145ececede8e5c6ed34f8bc9674830.zip |
v0.2.11
Diffstat (limited to 'include/cipher.h')
-rw-r--r-- | include/cipher.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/cipher.h b/include/cipher.h index d0fe788ae..d7a89ab46 100644 --- a/include/cipher.h +++ b/include/cipher.h @@ -33,7 +33,6 @@ #include "../cipher/rsa.h" #endif #include "../cipher/blowfish.h" -#include "../cipher/gost.h" #include "../cipher/elgamal.h" @@ -46,7 +45,6 @@ #define CIPHER_ALGO_SAFER_SK128 6 #define CIPHER_ALGO_DES_SK 7 #define CIPHER_ALGO_BLOWFISH 42 /* blowfish 160 bit key (not in OpenPGP)*/ -#define CIPHER_ALGO_GOST 43 /* (Not in OpenPGP) */ #define PUBKEY_ALGO_RSA 1 #define PUBKEY_ALGO_RSA_E 2 /* RSA encrypt only */ |