From e41d777a25720255dec2af01ec95c98d14fccf9a Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 11 Oct 2023 18:19:08 -0400 Subject: Import LibreSSL 3.8.0 --- tls_internal.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tls_internal.h') diff --git a/tls_internal.h b/tls_internal.h index ca1d96f..f4c23f6 100644 --- a/tls_internal.h +++ b/tls_internal.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tls_internal.h,v 1.80 2022/03/24 15:56:34 tb Exp $ */ +/* $OpenBSD: tls_internal.h,v 1.81 2023/04/09 18:26:26 tb Exp $ */ /* * Copyright (c) 2014 Jeremie Courreges-Anglas * Copyright (c) 2014 Joel Sing @@ -302,7 +302,6 @@ ECDSA_METHOD *tls_signer_ecdsa_method(void); #define TLS_PADDING_NONE 0 #define TLS_PADDING_RSA_PKCS1 1 -#define TLS_PADDING_RSA_X9_31 2 int tls_config_set_sign_cb(struct tls_config *_config, tls_sign_cb _cb, void *_cb_arg); -- cgit 1.4.1