diff options
author | Werner Koch <[email protected]> | 1997-11-19 13:12:23 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1997-11-19 13:12:23 +0000 |
commit | 25c8f1a3d79a3ae14dbb824082b4107f7a182b13 (patch) | |
tree | 9a4d2e413e7e388822f8e37efe0e58b6979ac6a8 /include/cipher.h | |
parent | initially checkin (diff) | |
download | gnupg-25c8f1a3d79a3ae14dbb824082b4107f7a182b13.tar.gz gnupg-25c8f1a3d79a3ae14dbb824082b4107f7a182b13.zip |
Output armor works, RSA keygen works.
Diffstat (limited to 'include/cipher.h')
-rw-r--r-- | include/cipher.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/cipher.h b/include/cipher.h index ac19c3fc0..a19fcfdb7 100644 --- a/include/cipher.h +++ b/include/cipher.h @@ -30,7 +30,9 @@ #include "mpi.h" #include "../cipher/md5.h" #include "../cipher/rmd.h" -#include "../cipher/rsa.h" +#ifdef HAVE_RSA_CIPHER + #include "../cipher/rsa.h" +#endif #include "../cipher/idea.h" #include "../cipher/blowfish.h" #include "../cipher/gost.h" |