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:16:54 +0000 (17:16 -0400)
commit591b7aef05b22cba09b179e5787a9bf40dfc9508
tree95e83b13996f69eaa73f2613352165a8d1bf43b8
parent9c3bcfa027cb32421ed20ab77553860b922b82fc
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>
crypto/objects/objects.README
crypto/objects/objects.pl