From 66248838e295d258d712cb53f4bcc0308698f145 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Wed, 4 Apr 2007 01:35:11 +0200 Subject: Fix typos in CRYPT_BACKEND #ifs. --- cryptglue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptglue.c b/cryptglue.c index e6f0aab6..ab39f832 100644 --- a/cryptglue.c +++ b/cryptglue.c @@ -93,7 +93,7 @@ void crypt_init (void) #endif } -#if defined CRYPT_BACKEND_CLASSIG_PGP || defined CRYPT_BACKEND_CLASSIG_SMIME || defined CRYPT_BACKEND_GPGME +#if defined CRYPT_BACKEND_CLASSIC_PGP || defined CRYPT_BACKEND_CLASSIC_SMIME || defined CRYPT_BACKEND_GPGME if (CRYPT_MOD_CALL_CHECK (PGP, init)) (CRYPT_MOD_CALL (PGP, init)) (); -- cgit v1.2.3