Shorten some symbol names
authorRichard Levitte <levitte@openssl.org>
Mon, 13 Jun 2016 22:44:29 +0000 (00:44 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 13 Jun 2016 22:44:29 +0000 (00:44 +0200)
commita8c82fa00f18ef0e2115864af640e6098c136793
treeb8f46120d12132dd19852f2a4642ab58b6d67c77
parent35096e912c4eba6c5ffd961d36fc92f1ddf34240
Shorten some symbol names

VMS C doesn't allow symbols longer than 31 characters.  We do the
automatic shortening with the library files, but not otherwise (to
make sure to work the VMS C magic).

For consistency, I shortened other similar symbols in the same manner.

Reviewed-by: Rich Salz <rsalz@openssl.org>
test/handshake_helper.c