mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
changed detach sig verification commandline (-a => -f <file>)
This commit is contained in:
@@ -115,7 +115,7 @@ int pcpverify(char *infile, char *sigfile, char *id, int detach) {
|
||||
if(detach)
|
||||
pub = pcp_ed_detachverify_buffered(in, sigfd, pub);
|
||||
else
|
||||
pub = pcp_ed_verify_buffered(sigfd, pub);
|
||||
pub = pcp_ed_verify_buffered(in, pub);
|
||||
|
||||
if(pub != NULL)
|
||||
fprintf(stderr, "Signature verified (signed by %s <%s>).\n", pub->owner, pub->mail);
|
||||
|
||||
Reference in New Issue
Block a user