diff options
author | Werner Koch <[email protected]> | 2023-03-31 07:31:02 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2023-03-31 07:35:07 +0000 |
commit | 4b9346492e3f66caf73c9128ad15c614ae74b1bf (patch) | |
tree | 7c11d4a644952311454faf8192837d6b8f357342 /sm/decrypt.c | |
parent | agent: New option --restricted for PRESET_PASSPHRASE. (diff) | |
download | gnupg-4b9346492e3f66caf73c9128ad15c614ae74b1bf.tar.gz gnupg-4b9346492e3f66caf73c9128ad15c614ae74b1bf.zip |
gpgsm: Remove conditional compilation for older libksba versions.
* sm/sign.c (add_signed_attribute): Return an error because the option
--attribute is not yet working.
--
We require libskba 1.6 anyway.
Diffstat (limited to 'sm/decrypt.c')
-rw-r--r-- | sm/decrypt.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sm/decrypt.c b/sm/decrypt.c index 3702cd893..68b362b45 100644 --- a/sm/decrypt.c +++ b/sm/decrypt.c @@ -37,14 +37,6 @@ #include "../common/tlv.h" #include "../common/compliance.h" -/* We can provide an enum value which is only availabale with KSBA - * 1.6.0 so that we can compile even against older versions. Some - * calls will of course return an error in this case. This value is - * currently not used because the cipher mode is sufficient here. */ -/* #if KSBA_VERSION_NUMBER < 0x010600 /\* 1.6.0 *\/ */ -/* # define KSBA_CT_AUTHENVELOPED_DATA 10 */ -/* #endif */ - struct decrypt_filter_parm_s { |