From d38fc642d953e04f30e090b85eb966e498f6a53f Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Tue, 21 Jan 2003 18:56:10 +0000 Subject: [PATCH] Fix a typo which broke pgp-extract-traditional. --- cryptglue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptglue.c b/cryptglue.c index ee01d4c7..ce818603 100644 --- a/cryptglue.c +++ b/cryptglue.c @@ -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 */ -- 2.40.0