mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
Update TODO
This commit is contained in:
2
TODO
2
TODO
@@ -127,6 +127,8 @@ Deprecations and removals:
|
||||
|
||||
Features:
|
||||
|
||||
* Maybe rename pkcs7 and public verbs of systemd-keyutil to be more verb like.
|
||||
|
||||
* sd-boot: do something useful if we find exactly zero entries (ignoring items
|
||||
such as reboot/poweroff/factory reset). Show a help text or so.
|
||||
|
||||
|
||||
@@ -558,7 +558,7 @@ static int verb_sign(int argc, char *argv[], void *userdata) {
|
||||
return r;
|
||||
|
||||
_cleanup_(PKCS7_freep) PKCS7 *p7 = NULL;
|
||||
PKCS7_SIGNER_INFO *si;
|
||||
PKCS7_SIGNER_INFO *si = NULL; /* avoid false maybe-uninitialized warning */
|
||||
r = pkcs7_new_with_attributes(certificate, private_key, signed_attributes, &p7, &si);
|
||||
if (r < 0)
|
||||
return r;
|
||||
|
||||
Reference in New Issue
Block a user