From b945ca0ebd5aa7000ca39fd31dbd088ff982324f Mon Sep 17 00:00:00 2001 From: Andrew Hopkins Date: Wed, 5 Mar 2025 13:05:44 -0800 Subject: [PATCH] Fix windows visability error until https://github.com/aws/aws-lc/pull/2238 is merged in --- crypto/fips_callback_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/fips_callback_test.cc b/crypto/fips_callback_test.cc index 5e3181158e..6e719164f6 100644 --- a/crypto/fips_callback_test.cc +++ b/crypto/fips_callback_test.cc @@ -18,7 +18,7 @@ extern "C" { int callback_call_count = 0; -void AWS_LC_fips_failure_callback(const char* message) { +OPENSSL_EXPORT void AWS_LC_fips_failure_callback(const char* message) { SCOPED_TRACE(callback_call_count); SCOPED_TRACE(message); const std::map> kat_failure_messages = {