From 5dc6ef7e696802338beeb36df2baca89134f7d54 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Tue, 12 Apr 2022 16:52:39 +0900 Subject: crypto-refresh secret key handling for v5 key. Signed-off-by: NIIBE Yutaka --- g10/parse-packet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3