From ce3d61d93a7b97cb238fc1581f7ac31201a1a744 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 11 Sep 2022 17:28:33 +0000 Subject: Expose various EVP AEAD constants for EVP ChaCha and QUIC ok jsing --- src/lib/libcrypto/evp/evp.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h index 73d2b16b51..4a765844c0 100644 --- a/src/lib/libcrypto/evp/evp.h +++ b/src/lib/libcrypto/evp/evp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: evp.h,v 1.105 2022/08/27 09:10:10 jsing Exp $ */ +/* $OpenBSD: evp.h,v 1.106 2022/09/11 17:28:33 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -282,7 +282,6 @@ extern "C" { /* Length of tag for TLS */ #define EVP_GCM_TLS_TAG_LEN 16 -#if defined(LIBRESSL_NEXT_API) || defined(LIBRESSL_INTERNAL) /* CCM TLS constants */ /* Length of fixed part of IV derived from PRF */ #define EVP_CCM_TLS_FIXED_IV_LEN 4 @@ -297,7 +296,6 @@ extern "C" { /* Length of tag for TLS */ #define EVP_CHACHAPOLY_TLS_TAG_LEN 16 -#endif typedef struct evp_cipher_info_st { const EVP_CIPHER *cipher; -- cgit v1.2.3-55-g6feb