]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
prevent compilation of gcrypt support since it is incomplete.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 5 Jun 2011 11:17:15 +0000 (13:17 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 5 Jun 2011 11:17:15 +0000 (13:17 +0200)
lib/gcrypt/cipher.c
lib/gcrypt/pk.c

index 340aec6abca5eaca218801050f0fcf91e2d5a3c3..4b3a50c507c221883d59b1be99309d6ea3a9caaa 100644 (file)
@@ -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)
 {
index e039d9d67b95d9f2f352595ee4670113a6c7a612..e1f83946bc522bd3b81fa2c7622d02d12afebff0 100644 (file)
@@ -27,6 +27,8 @@
  * encryption and signatures. 
  */
 
+#error NO ECC SUPPORT
+
 #include <gnutls_int.h>
 #include <gnutls_mpi.h>
 #include <gnutls_pk.h>