mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-05 01:00:11 -05:00
parent
fe08daaa4f
commit
342518fcbe
@ -1159,7 +1159,7 @@ static int verify_leaf_hash(X509 *leaf, const char *leafhash)
|
||||
|
||||
/* decode the provided hash */
|
||||
char *mdid = OPENSSL_strdup(leafhash);
|
||||
char *hash = index(mdid, ':');
|
||||
char *hash = strchr(mdid, ':');
|
||||
if (hash == NULL) {
|
||||
printf("Unable to parse -require-leaf-hash parameter: %s\n", leafhash);
|
||||
ret = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user