Commit 512becd155 for openssl.org

commit 512becd155f18d347184690a95a82f3df1645b72
Author: Pauli <paul.dale@oracle.com>
Date:   Mon Aug 31 08:40:27 2026 +1000

    aes-cbc-hmac-sha: don't include ssl3.h since the define is in prov_ssl.h now

    Reviewed-by: Simo Sorce <simo@redhat.com>
    Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
    Merge-date: Thu Sep  3 02:17:20 2026
    Merged-from: https://github.com/openssl/openssl/pull/32536

diff --git a/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c b/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
index d1c117bd63..b1dddce8ad 100644
--- a/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
+++ b/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
@@ -19,7 +19,6 @@
 /* For SSL3_VERSION and TLS1_VERSION */
 #include <openssl/prov_ssl.h>
 #include <openssl/proverr.h>
-#include <openssl/ssl3.h>
 #include "cipher_aes_cbc_hmac_sha.h"
 #include "prov/implementations.h"
 #include "prov/providercommon.h"