diff options
| author | Werner Koch <[email protected]> | 2025-07-25 13:06:38 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2025-07-25 13:06:38 +0000 |
| commit | 9d356a172e7cc492707a6466d30ede8eb0dcf92d (patch) | |
| tree | b7fd0d5772bda62b0e530eaea22a6701c2690588 /g10/sign.c | |
| parent | tools: Add an experimental Windows descryption script. (diff) | |
| download | gnupg-9d356a172e7cc492707a6466d30ede8eb0dcf92d.tar.gz gnupg-9d356a172e7cc492707a6466d30ede8eb0dcf92d.zip | |
dirmngr: Implement command KS_DEL for ldap servers.
* dirmngr/ks-action.c (ks_action_del): Change some variable names and
comments.
* dirmngr/ks-engine-ldap.c (ks_ldap_del): Implement.
--
GnuPG-bug-id: 5447
Tested using OpenLDAP on Linux and with an LDS and AD on Windows.
Diffstat (limited to 'g10/sign.c')
| -rw-r--r-- | g10/sign.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/sign.c b/g10/sign.c index 1e8bd8f95..b3bda581c 100644 --- a/g10/sign.c +++ b/g10/sign.c @@ -825,7 +825,7 @@ write_onepass_sig_packets (SK_LIST sk_list, IOBUF out, int sigclass ) /* * Helper to write the plaintext (literal data) packet. At - * R_EXTRAHASH a malloced object with the with the extra data hashed + * R_EXTRAHASH a malloced object with the extra data hashed * into v5 signatures is stored. */ static int |
