--- a/libpurple/ciphers/aescipher.c Sat Jul 13 02:30:09 2013 +0530 +++ b/libpurple/ciphers/aescipher.c Sat Jul 13 14:03:02 2013 +0530 @@ -268,9 +268,7 @@ return TRUE; } -#endif /* PURPLE_AES_USE_GNUTLS */ - -#ifdef PURPLE_AES_USE_NSS +#elif defined(PURPLE_AES_USE_NSS) typedef struct { PK11SlotInfo *slot;