diff options
author | Werner Koch <[email protected]> | 2023-11-08 15:08:25 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2023-11-08 16:09:22 +0000 |
commit | bf7b785b0e471533e5bb2db0e6a2b05b8e17d59d (patch) | |
tree | da1b411de8fee60a8c2fe64a1107199232839c95 /g10/keyedit.c | |
parent | gpgsm: Cleanup of legacy variable name use. (diff) | |
download | gnupg-bf7b785b0e471533e5bb2db0e6a2b05b8e17d59d.tar.gz gnupg-bf7b785b0e471533e5bb2db0e6a2b05b8e17d59d.zip |
common: Declare two LibrePGP constants for future use
* common/openpgpdefs.h (SIGSUBPKT_META_HASH): New.
(SIGSUBPKT_TRUST_ALIAS): New.
Diffstat (limited to 'g10/keyedit.c')
-rw-r--r-- | g10/keyedit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keyedit.c b/g10/keyedit.c index 21c1ee8d8..1f614fb7e 100644 --- a/g10/keyedit.c +++ b/g10/keyedit.c @@ -4794,7 +4794,7 @@ fail: /* * Ask for a new additional decryption subkey and add it to the key * block. Returns true if the keyblock was changed and false - * otherwise. If ADSKFPR is not NULL, this fucntion has been called + * otherwise. If ADSKFPR is not NULL, this function has been called * by quick_addadsk and gives the fingerprint of the to be added key. */ static int |