Fix EBCDIC problem in conf_def.h
authorMatt Caswell <matt@openssl.org>
Fri, 29 Apr 2016 10:03:00 +0000 (11:03 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 29 Apr 2016 14:04:15 +0000 (15:04 +0100)
commita1f82f06399f6c3cbee2009a498f4e7e620b2330
tree30fead95f7d184e7cb0b997831a2aa9fe5e6524d
parent97a982e2eee2e04e8e41ae12665af417315a0f23
Fix EBCDIC problem in conf_def.h

The non-ascii version of this set of macros ensures that the "a" variable
is inside the expected range. This logic wasn't quite right for the
EBCDIC version.

Reviewed-by: Andy Polyakov <appro@openssl.org>
crypto/conf/conf_def.h