Remove some code
authorMatt Caswell <matt@openssl.org>
Tue, 27 Mar 2018 16:31:56 +0000 (17:31 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 28 Mar 2018 15:11:30 +0000 (16:11 +0100)
commit92565101ca7bc1587ff1d87f9efa8aa1cfbe62f7
tree3dd3388cdc3e9388ac1844ab9c6ce1fefc4418fb
parentdcf8b01f44c4dc5f76ea72093261b61d8a34601b
Remove some code

This commit removes the contribution of a user that we cannot trace to
gain their consent for the licence change.

After this commit the various IS_*() macros in the auto-generated file
conf_def.h may incorrectly return true if the supplied character has its
most significant bit set. The IS_*() macros should be able to correctly
handle 8-bit characters. Note that UTF-8 support is not a requirement.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5767)
crypto/conf/conf_def.h
crypto/conf/keysets.pl