From 2ebb1bafcf20e3417b35907fc27572bb0ff9faac Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 31 Mar 2021 16:59:32 +0000 Subject: Expose various DTLSv1.2 specific functions and defines ok bcook inoguchi jsing --- src/lib/libssl/dtls1.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libssl/dtls1.h') diff --git a/src/lib/libssl/dtls1.h b/src/lib/libssl/dtls1.h index b822f659ab..fe8c5864dd 100644 --- a/src/lib/libssl/dtls1.h +++ b/src/lib/libssl/dtls1.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dtls1.h,v 1.24 2021/02/20 08:11:57 jsing Exp $ */ +/* $OpenBSD: dtls1.h,v 1.25 2021/03/31 16:59:32 tb Exp $ */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. @@ -74,10 +74,8 @@ extern "C" { #endif #define DTLS1_VERSION 0xFEFF -#if defined(LIBRESSL_HAS_DTLS1_2) || defined(LIBRESSL_INTERNAL) #define DTLS1_2_VERSION 0xFEFD #define DTLS1_VERSION_MAJOR 0xFE -#endif /* lengths of messages */ #define DTLS1_COOKIE_LENGTH 256 -- cgit v1.2.3-55-g6feb