aboutsummaryrefslogtreecommitdiffstats
path: root/g10/options.h
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2005-05-05 22:08:37 +0000
committerDavid Shaw <[email protected]>2005-05-05 22:08:37 +0000
commitda0c60a98761d0b9311bbb42750e6ee534ed3f7b (patch)
tree216950eb93aa5ab295eae723b6d96d2df9d59019 /g10/options.h
parent* keygen.c (keygen_set_std_prefs): Add SHA256 and BZip2 to default (diff)
downloadgnupg-da0c60a98761d0b9311bbb42750e6ee534ed3f7b.tar.gz
gnupg-da0c60a98761d0b9311bbb42750e6ee534ed3f7b.zip
* keygen.c (start_tree): New function to "prime" a KBNODE list.
(do_generate_keypair): Use it here rather than creating and deleting a comment packet. * keygen.c (gen_elg, gen_dsa): Do not put public factors in secret key as a comment. * options.h, encode.c (encode_simple, encode_crypt), keygen.c (do_create): Remove disabled comment packet code.
Diffstat (limited to 'g10/options.h')
-rw-r--r--g10/options.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/g10/options.h b/g10/options.h
index d661366b7..294dec8bc 100644
--- a/g10/options.h
+++ b/g10/options.h
@@ -26,8 +26,6 @@
#include "main.h"
#include "packet.h"
-#undef ENABLE_COMMENT_PACKETS /* don't create comment packets */
-
#ifndef EXTERN_UNLESS_MAIN_MODULE
/* Norcraft can't cope with common symbols */
#if defined (__riscos__) && !defined (INCLUDED_BY_MAIN_MODULE)