summary refs log tree commit diff
path: root/tls_internal.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2023-10-11 18:19:08 -0400
committerJune McEnroe <june@causal.agency>2023-10-11 18:19:08 -0400
commite41d777a25720255dec2af01ec95c98d14fccf9a (patch)
treef14eb100a1cad84ef4b7d9b29804e6f8f970c4d9 /tls_internal.h
parentImport LibreSSL 3.7.3 (diff)
downloadlibretls-e41d777a25720255dec2af01ec95c98d14fccf9a.tar.gz
libretls-e41d777a25720255dec2af01ec95c98d14fccf9a.zip
Import LibreSSL 3.8.0
Diffstat (limited to 'tls_internal.h')
-rw-r--r--tls_internal.h3
1 files changed, 1 insertions, 2 deletions
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 <jca@openbsd.org>
  * Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
@@ -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);