OpensslLib.h 283 B

1234567891011121314
  1. /** @file
  2. OpensslLib class with APIs from the openssl project
  3. Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>
  4. SPDX-License-Identifier: BSD-2-Clause-Patent
  5. **/
  6. #ifndef OPENSSL_LIB_H_
  7. #define OPENSSL_LIB_H_
  8. #include <openssl/opensslv.h>
  9. #endif