Clean up the SSL cipher initialisation and use C99 initialisers for
authorjsing <jsing@openbsd.org>
Fri, 23 May 2014 16:33:34 +0000 (16:33 +0000)
committerjsing <jsing@openbsd.org>
Fri, 23 May 2014 16:33:34 +0000 (16:33 +0000)
commit30c4fd805c7833678d0abc16042606220f777c8c
tree5c51ab040f8ae1a602d6c7c9698de631c6cdc15c
parent8cae255b45aa6e025973dc7f6595f182bd0cda94
Clean up the SSL cipher initialisation and use C99 initialisers for
clarity, grepability and to protect from future field reordering/removal.

ok miod@
lib/libssl/s3_lib.c
lib/libssl/src/ssl/s3_lib.c