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 */ +