On 05/21/2015 03:56 AM, Daniel P. Berrange wrote: > #ifdef CONFIG_GNUTLS_GCRYPT > #include "crypto/cipher-gcrypt.c" > #else > +#ifdef CONFIG_GNUTLS_NETTLE > +#include "crypto/cipher-nettle.c" > +#else > #include "crypto/cipher-builtin.c" > #endif > +#endif
#elif, please. r~