mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
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.
This commit is contained in:
parent
ab35d756d8
commit
4b9346492e
4 changed files with 31 additions and 19 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue