X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=apps%2Frehash.c;fp=apps%2Frehash.c;h=e21b1b84ae27cd90f5cd9e8fc8db41eb7921832f;hp=e67b27fd157a17629bac7694f388877ba6348c45;hb=8cc86b81ac20ff3e933ea7fd107a5a6066032330;hpb=7e06a6758bef584deabc9cb4b0d21b3e664b25c9 diff --git a/apps/rehash.c b/apps/rehash.c index e67b27fd15..e21b1b84ae 100644 --- a/apps/rehash.c +++ b/apps/rehash.c @@ -233,7 +233,7 @@ static int do_file(const char *filename, const char *fullpath, enum Hash h) { STACK_OF (X509_INFO) *inf = NULL; X509_INFO *x; - X509_NAME *name = NULL; + const X509_NAME *name = NULL; BIO *b; const char *ext; unsigned char digest[EVP_MAX_MD_SIZE];