From f2677c29ec1de6fa0b56a8b3d549e20395a6b52c Mon Sep 17 00:00:00 2001 From: Uriah Pollock Date: Tue, 2 Aug 2022 07:20:33 -0500 Subject: [PATCH] Removed duplicate WOLFSSL_ABI tag. --- 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 */ -