Skip to content

Commit

Permalink
Remove unused header
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhop committed Feb 11, 2025
1 parent f3e4d9f commit 2050f2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crypto/fipsmodule/bcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ int BORINGSSL_integrity_test(void) {
#endif // OPENSSL_ASAN

WEAK_SYMBOL_FUNC(void, AWS_LC_fips_failure_callback, (const char* message))
#include <unistd.h>
void AWS_LC_FIPS_failure(const char* message) {
if (AWS_LC_fips_failure_callback != NULL) {
AWS_LC_fips_failure_callback(message);
Expand Down

0 comments on commit 2050f2c

Please sign in to comment.