diff options
author | June McEnroe <june@causal.agency> | 2023-10-11 19:26:04 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2023-10-11 19:26:04 -0400 |
commit | 60da345ee97c2f374d11b94f5954397b152ca8b5 (patch) | |
tree | 95426d50e299fdfba6350353dcbbaba5961a7376 /tls_internal.h | |
parent | Merge LibreSSL 3.7.3 (diff) | |
parent | Import LibreSSL 3.8.0 (diff) | |
download | libretls-60da345ee97c2f374d11b94f5954397b152ca8b5.tar.gz libretls-60da345ee97c2f374d11b94f5954397b152ca8b5.zip |
Merge LibreSSL 3.8.0
Diffstat (limited to '')
-rw-r--r-- | tls_internal.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tls_internal.h b/tls_internal.h index a0680f4..7424750 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> @@ -298,7 +298,6 @@ EC_KEY_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); |