aboutsummaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sm/gpgsm.c')
-rw-r--r--sm/gpgsm.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c
index dfbe82675..36c1ea6b6 100644
--- a/sm/gpgsm.c
+++ b/sm/gpgsm.c
@@ -500,17 +500,13 @@ static FILE *open_fwrite (const char *filename);
static estream_t open_es_fwrite (const char *filename);
static void run_protect_tool (int argc, char **argv);
-/* Remove this if libgcrypt 1.3.0 is required. */
-#define MY_GCRY_PK_ECDSA 301
-
-
static int
our_pk_test_algo (int algo)
{
switch (algo)
{
case GCRY_PK_RSA:
- case MY_GCRY_PK_ECDSA:
+ case GCRY_PK_ECDSA:
return gcry_pk_test_algo (algo);
default:
return 1;