aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--g10/parse-packet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/parse-packet.c b/g10/parse-packet.c
index 863241800..c9bf57587 100644
--- a/g10/parse-packet.c
+++ b/g10/parse-packet.c
@@ -2947,7 +2947,7 @@ parse_key (IOBUF inp, int pkttype, unsigned long pktlen,
}
/* Skip count of secret key material. */
- if (is_v5)
+ if (0 && is_v5)
{
if (pktlen < 4)
{