Skip to content

Commit

Permalink
Fix windows visability error until aws#2238 is merged in
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhop committed Mar 5, 2025
1 parent fac8025 commit b945ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/fips_callback_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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<std::string, std::vector<std::string>> kat_failure_messages = {
Expand Down

0 comments on commit b945ca0

Please sign in to comment.