Remove redefinition of SSL_AD_NO_ALERT
authorMatt Caswell <matt@openssl.org>
Wed, 27 Jul 2022 13:54:48 +0000 (14:54 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 18 Aug 2022 15:38:14 +0000 (16:38 +0100)
commit226ed5fb390f8cfc8b80cea79f57ae7837bc9b96
tree9614cfccf0117da63dade7256a4e4d684832f633
parentefc84eacb7a500306c7cb55e4e2d707dfd9d1ac1
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)
ssl/record/methods/tls_common.c
ssl/ssl_local.h
ssl/statem/statem.h