lkml.org 
[lkml]   [2021]   [Feb]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH] sign-file: add openssl engine support
Date
Yang Song <songyang@linux.alibaba.com> wrote:

> + "Usage: scripts/sign-file [-edp] [<openssl engine>] <hash algo> <key> <x509> <module> [<dest>]\n");

Do you mean:

"Usage: scripts/sign-file [-dp] [-e <openssl engine>] <hash algo> <key> <x509> <module> [<dest>]\n");

> + opt = getopt(argc, argv, "sedpk");

"se:dpk"?

> + if (use_engine) {
> + ossl_engine = argv[0];

use_engine ought to be a redundant variable.

David

\
 
 \ /
  Last update: 2021-02-10 09:36    [W:0.950 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site