[#] http://marc.info/?l=openbsd-cvs&m=140889101813682&w=2
openbsd-cvs(obsdave,2) — All
2014-08-24 18:55:08


Module name: src
Changes by: jsing@cvs.openbsd.org 2014/08/24 08:36:46

Modified files:
lib/libssl/src/ssl: d1_srvr.c s3_lib.c s3_srvr.c ssl_lib.c
ssl_locl.h

Log message:
Replace the remaining uses of ssl3_put_cipher_by_char() with s2n and a
ssl3_cipher_get_value() helper function, which returns the cipher suite
value for the given cipher.

ok miod@