mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Add features packet and fixes MIPS3.
This commit is contained in:
parent
93fe596356
commit
c287a8d05b
12 changed files with 66 additions and 2 deletions
|
@ -148,6 +148,9 @@ keygen_add_std_prefs( PKT_signature *sig, void *opaque )
|
|||
buf[1] = 1;
|
||||
build_sig_subpkt( sig, SIGSUBPKT_PREF_COMPR, buf, 2 );
|
||||
|
||||
buf[0] = 1; /* supports MDC packets (15 + 16) */
|
||||
build_sig_subpkt( sig, SIGSUBPKT_FEATURES, buf, 1 );
|
||||
|
||||
buf[0] = 0x80; /* no modify - It is reasonable that a key holder
|
||||
* has the possibility to reject signatures from users
|
||||
* who are known to sign everything without any
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue