CVSROOT: /cvs Module name: src Changes by: js...@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@