From d283510aa99dcb94eb79973ce47e9b71521bba7f Mon Sep 17 00:00:00 2001 From: Uriah Pollock Date: Tue, 2 Aug 2022 07:54:05 -0500 Subject: [PATCH] Revert "Removed duplicate WOLFSSL_ABI tag." This reverts commit d17021bc4e8e3f12b0c0406f7fe400ed4c0bc2cd. --- wolfssl/wolfcrypt/types.h | 3 +++ wolfssl/wolfcrypt/visibility.h | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/wolfssl/wolfcrypt/types.h b/wolfssl/wolfcrypt/types.h index fc9183fa0..cac7558ff 100644 --- a/wolfssl/wolfcrypt/types.h +++ b/wolfssl/wolfcrypt/types.h @@ -39,6 +39,9 @@ decouple library dependencies with standard string, memory and so on. #endif + #define WOLFSSL_ABI + /* Tag for all the APIs that are a part of the fixed ABI. */ + /* * This struct is used multiple time by other structs and * needs to be defined somewhere that all structs can import diff --git a/wolfssl/wolfcrypt/visibility.h b/wolfssl/wolfcrypt/visibility.h index 7db963a57..36332f31d 100644 --- a/wolfssl/wolfcrypt/visibility.h +++ b/wolfssl/wolfcrypt/visibility.h @@ -79,9 +79,9 @@ #endif /* HAVE_FIPS */ /* WOLFSSL_ABI is used for public API symbols that must not change - * their signature. This tag is used for all APIs that are a - * part of the fixed ABI. + * their signature. */ #define WOLFSSL_ABI #endif /* WOLF_CRYPT_VISIBILITY_H */ +