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