From: Nikos Mavrogiannopoulos Date: Sun, 5 Jun 2011 11:17:15 +0000 (+0200) Subject: prevent compilation of gcrypt support since it is incomplete. X-Git-Tag: gnutls_2_99_3~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dcbf4c893ec70be58d6352b29ca4a9b33207daa2;p=thirdparty%2Fgnutls.git prevent compilation of gcrypt support since it is incomplete. --- diff --git a/lib/gcrypt/cipher.c b/lib/gcrypt/cipher.c index 340aec6abc..4b3a50c507 100644 --- a/lib/gcrypt/cipher.c +++ b/lib/gcrypt/cipher.c @@ -34,6 +34,8 @@ /* Functions that refer to the libgcrypt library. */ +#error GCM is missing + static int wrap_gcry_cipher_init (gnutls_cipher_algorithm_t algo, void **ctx) { diff --git a/lib/gcrypt/pk.c b/lib/gcrypt/pk.c index e039d9d67b..e1f83946bc 100644 --- a/lib/gcrypt/pk.c +++ b/lib/gcrypt/pk.c @@ -27,6 +27,8 @@ * encryption and signatures. */ +#error NO ECC SUPPORT + #include #include #include