chore: checkpoint before Python removal

This commit is contained in:
2026-03-26 22:33:59 +00:00
parent 683cec9307
commit e568ddf82a
29972 changed files with 11269302 additions and 2 deletions

View File

@@ -0,0 +1,25 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
// Generated by CMake from cmake/rust_wrapper.h.in
// To modify the header list, update RUST_WRAPPER_EXCLUDED_HEADERS in cmake/rust_bindings.cmake
#ifndef OPENSSL_HEADER_RUST_WRAPPER_H
#define OPENSSL_HEADER_RUST_WRAPPER_H
// Core OpenSSL headers (auto-discovered)
@RUST_WRAPPER_INCLUDES@
// Experimental headers
@RUST_WRAPPER_EXPERIMENTAL_INCLUDES@
// SSL headers (conditionally included)
#if defined(AWS_LC_RUST_INCLUDE_SSL)
#include <openssl/ssl.h>
#include <openssl/ssl3.h>
#include <openssl/tls1.h>
#include <openssl/dtls1.h>
#endif
#endif // OPENSSL_HEADER_RUST_WRAPPER_H