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:43 +0000 (17:17 -0400)
commitfb22f7406485f1c4e08dbf065d75146c2336b345
tree35a2a4be599c243ad5cc34c6bd9d6716b9f4590a
parent858de8718f3125fe1e5dc30b289e8e00fff47357
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