CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2017/01/24 23:38:01
Modified files: lib/libssl : d1_lib.c ssl_locl.h Log message: Change the SSL_IS_DTLS() macro to check the version, rather than using a flag in the encryption methods. We can do this since there is currently only one DTLS version. This makes upcoming changes easier. ok beck@