From: Daniel Kahn Gillmor Date: Mon, 18 Oct 2010 04:20:04 +0000 (-0400) Subject: do not die if we do not recognize the pkc type -- just hand over the data to the... X-Git-Tag: msva-perl_debian/0.6-1~3^2~28 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=194198771eb097dd0e008a4343fc127956b4415d;p=monkeysphere-validation-agent.git 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 --- 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 {