]> granicus.if.org Git - mutt/commitdiff
Fix a typo which broke pgp-extract-traditional.
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 21 Jan 2003 18:56:10 +0000 (18:56 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 21 Jan 2003 18:56:10 +0000 (18:56 +0000)
cryptglue.c

index ee01d4c7796111c62ca0b5942659ea0c3f5eca12..ce81860313ae42608c918dcb79697abb542c121d 100644 (file)
@@ -196,7 +196,7 @@ pgp_key_t crypt_pgp_ask_for_key (char *tag, char *whatfor,
 /* Check for a traditional PGP message in body B. */
 int crypt_pgp_check_traditional (FILE *fp, BODY *b, int tagged_only)
 {
-#ifdef BFNC_PGP_CHECK_TRADITIONAL
+#ifdef BNFC_PGP_CHECK_TRADITIONAL
   return BNFC_PGP_CHECK_TRADITIONAL (fp, b, tagged_only);
 #else
   return 0; /* no */