From 194198771eb097dd0e008a4343fc127956b4415d Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Mon, 18 Oct 2010 00:20:04 -0400 Subject: [PATCH] do not die if we do not recognize the pkc type -- just hand over the data to the agent, which might know better than we do --- Crypt/Monkeysphere/MSVA/Client.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Crypt/Monkeysphere/MSVA/Client.pm b/Crypt/Monkeysphere/MSVA/Client.pm index 2939ca0..820266d 100644 --- a/Crypt/Monkeysphere/MSVA/Client.pm +++ b/Crypt/Monkeysphere/MSVA/Client.pm @@ -104,7 +104,6 @@ msvalog('verbose', "cert pubkey: %s\n", unpack('H*', $cert->pubkey())); } else { msvalog('error', "unknown pkc type '%s'.\n", $pkctype); - die; }; return { -- 2.26.2