diff options
author | Werner Koch <[email protected]> | 1997-12-19 11:41:47 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1997-12-19 11:41:47 +0000 |
commit | ee8d92fefa5902f97e92856b9c657fb18d0dd93e (patch) | |
tree | cf86cf2d45d7dbeb3f8c01a53402435ac1257f88 /acconfig.h | |
parent | added some stuff for signing keys (diff) | |
download | gnupg-ee8d92fefa5902f97e92856b9c657fb18d0dd93e.tar.gz gnupg-ee8d92fefa5902f97e92856b9c657fb18d0dd93e.zip |
better prime number generator. improved ELG key generation
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/acconfig.h b/acconfig.h index fa6f986cd..334d6ad84 100644 --- a/acconfig.h +++ b/acconfig.h @@ -21,16 +21,25 @@ #define G10_CONFIG_H -@@TOP@@ +@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 + * RSA without any restrictions, if your not in the U.S. or * wait until sep 20, 2000 */ #undef HAVE_RSA_CIPHER -@@BOTTOM@@ + +@BOTTOM@ + +#ifdef WORDS_BIGENDIAN + #define BIG_ENDIAN_HOST +#else + #define LITTLE_ENDIAN_HOST +#endif + #endif /*G10_CONFIG_H*/ |