rsa.h 386 B

123456789101112131415
  1. /*
  2. * SPDX-FileCopyrightText: 2020-2021 Espressif Systems (Shanghai) CO LTD
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. #ifndef _ESP_ASIO_OPENSSL_RSA_STUB_H
  7. #define _ESP_ASIO_OPENSSL_RSA_STUB_H
  8. // Dummy header needed for ASIO compilation with esp-openssl
  9. #if defined(ASIO_USE_WOLFSSL)
  10. #include_next "openssl/rsa.h"
  11. #endif // ASIO_USE_WOLFSSL
  12. #endif // _ESP_ASIO_OPENSSL_RSA_STUB_H