From b9958bba10f40a348d40c173701d15cb6b0a7f66 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 24 Jan 2011 18:16:03 +0100 Subject: Fix another stupid bug ECDH detection bug Again reported by Johan van Selst. Let's see whether this one is okay. --- include/cipher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cipher.h b/include/cipher.h index 03d38da5b..311020857 100644 --- a/include/cipher.h +++ b/include/cipher.h @@ -23,7 +23,7 @@ #include /* Macros for compatibility with older libgcrypt versions. */ -#ifndef HAVE_GCRY_PK_ECDSA +#ifndef HAVE_GCRY_PK_ECDH # define GCRY_PK_ECDH 302 #endif -- cgit v1.2.3