From a9dff841f611ecb8772e89ecd52f1d45fd09556f Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Wed, 4 Apr 2007 01:35:11 +0200 Subject: [PATCH] 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 e6f0aab61..ab39f8325 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)) (); -- 2.50.1