lkml.org 
[lkml]   [2014]   [Sep]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH 09/10] PKCS#7: Better handling of unsupported crypto [ver #2]
Date
David Howells <dhowells@redhat.com> wrote:

> + switch (pkcs7_validate_trust_one(pkcs7, sinfo, trust_keyring)) {

This should be:

+ ret = pkcs7_validate_trust_one(pkcs7, sinfo, trust_keyring);
+ switch (ret) {

David


\
 
 \ /
  Last update: 2014-09-16 01:01    [W:0.088 / U:1.108 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site