store/loader_file.c: fix char-subscripts warning.
authorAndy Polyakov <appro@openssl.org>
Sun, 24 Jun 2018 14:43:21 +0000 (16:43 +0200)
committerAndy Polyakov <appro@openssl.org>
Mon, 25 Jun 2018 14:47:36 +0000 (16:47 +0200)
commitfa339c69a6441ab79623c73f637e25018c735b49
treefa3bd8d15007ab6d38a16a7e475f481f963826bf
parent1753d1237429bace72a944f7654ce4b1c4364f60
store/loader_file.c: fix char-subscripts warning.

This happens on systems that perform is* character classifictions as
array lookup, e.g. NetBSD.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/6584)
crypto/store/loader_file.c