RT3230: Better test for C identifier
authorAnnie Yousar <a.yousar@informatik.hu-berlin.de>
Sun, 3 May 2015 13:05:47 +0000 (09:05 -0400)
committerRich Salz <rsalz@openssl.org>
Tue, 2 Jun 2015 21:17:54 +0000 (17:17 -0400)
commit32b2ad7e071d0e766da6956f5b0c9cf2ccb18388
tree314958146d355fcb859685ef025e9a2379664e8e
parent1977240204fbb85087d15a75c4a2169820eff787
RT3230: Better test for C identifier

objects.pl only looked for a space to see if the name could be
used as a C identifier.  Improve the test to match the real C
rules.

Signed-off-by: Rich Salz <rsalz@akamai.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(cherry picked from commit 591b7aef05b22cba09b179e5787a9bf40dfc9508)
crypto/objects/objects.README
crypto/objects/objects.pl