summaryrefslogtreecommitdiff
path: root/ssl/statem
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2022-07-27 14:54:48 +0100
committerMatt Caswell <matt@openssl.org>2022-08-18 16:38:14 +0100
commit226ed5fb390f8cfc8b80cea79f57ae7837bc9b96 (patch)
tree9614cfccf0117da63dade7256a4e4d684832f633 /ssl/statem
parentefc84eacb7a500306c7cb55e4e2d707dfd9d1ac1 (diff)
downloadopenssl-new-226ed5fb390f8cfc8b80cea79f57ae7837bc9b96.tar.gz
Remove redefinition of SSL_AD_NO_ALERT
The SSL_AD_NO_ALERT value was defined in two places. We centralise its definition. Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18132)
Diffstat (limited to 'ssl/statem')
-rw-r--r--ssl/statem/statem.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ssl/statem/statem.h b/ssl/statem/statem.h
index 7dbe71ed7d..75fb06481c 100644
--- a/ssl/statem/statem.h
+++ b/ssl/statem/statem.h
@@ -127,7 +127,6 @@ void ossl_statem_set_renegotiate(SSL_CONNECTION *s);
void ossl_statem_send_fatal(SSL_CONNECTION *s, int al);
void ossl_statem_fatal(SSL_CONNECTION *s, int al, int reason,
const char *fmt, ...);
-# define SSL_AD_NO_ALERT -1
# define SSLfatal_alert(s, al) ossl_statem_send_fatal((s), (al))
# define SSLfatal(s, al, r) SSLfatal_data((s), (al), (r), NULL)
# define SSLfatal_data \