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


Module name: src
Changes by: jsing@cvs.openbsd.org 2014/08/10 19:10:42

Modified files:
lib/libssl/src/ssl: s3_clnt.c ssl3.h ssl_lib.c

Log message:
Currently, ssl3_put_char_by_bytes(NULL, NULL) is just a long handed way
of writing "2". Add a define for the SSL3_CIPHER_VALUE_SIZE (rather than
using a less-readable hardcoded constant everywhere) and replace the
ssl3_put_char_by_bytes(NULL, NULL) calls with it.

ok bcook@ miod@