Files
cli/vendor/aws-lc-sys/aws-lc/cmake/rust_wrapper.h.in

26 lines
747 B
C

// 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