From 65d402d8d7d08d5b54a26d357bc047ad6e997f04 Mon Sep 17 00:00:00 2001 From: Uriah Pollock Date: Tue, 2 Aug 2022 07:57:26 -0500 Subject: [PATCH] Revert "Revert "Removed duplicate WOLFSSL_ABI tag."" This reverts commit e5c51b2638a374aa987c30be8598a78e3f370c7a. --- wolfssl/wolfcrypt/types.h | 3 --- wolfssl/wolfcrypt/visibility.h | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/wolfssl/wolfcrypt/types.h b/wolfssl/wolfcrypt/types.h index cac7558ff..fc9183fa0 100644 --- a/wolfssl/wolfcrypt/types.h +++ b/wolfssl/wolfcrypt/types.h @@ -39,9 +39,6 @@ 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 36332f31d..7db963a57 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. + * their signature. This tag is used for all APIs that are a + * part of the fixed ABI. */ #define WOLFSSL_ABI #endif /* WOLF_CRYPT_VISIBILITY_H */ -