diff options
author | Werner Koch <wk@gnupg.org> | 1997-11-19 14:12:23 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1997-11-19 14:12:23 +0100 |
commit | 25c8f1a3d79a3ae14dbb824082b4107f7a182b13 (patch) | |
tree | 9a4d2e413e7e388822f8e37efe0e58b6979ac6a8 /acconfig.h | |
parent | initially checkin (diff) | |
download | gnupg2-25c8f1a3d79a3ae14dbb824082b4107f7a182b13.tar.xz gnupg2-25c8f1a3d79a3ae14dbb824082b4107f7a182b13.zip |
Output armor works, RSA keygen works.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h index 01aab2a6a..fa6f986cd 100644 --- a/acconfig.h +++ b/acconfig.h @@ -22,10 +22,14 @@ @@TOP@@ - #undef M_DEBUG #undef VERSION #undef PACKAGE +/* RSA is only compiled in if you have these files. You can use + * RSA with out any restrictions, if your not in the U.S. or + * wait until sep 20, 2000 + */ +#undef HAVE_RSA_CIPHER @@BOTTOM@@ |