CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2014/05/31 19:46:13

Modified files:
        lib/libssl/src/ssl: ssl_ciph.c 

Log message:
Use C99 initialisers for cipher_aliases. This improves readability,
removes the need for zero values to be specified (meaning that we usually
specify two fields instead of 12), makes the field names grepable and
protects from future field reordering/removal.

ok beck@ miod@

Reply via email to