Skip to content

Commit

Permalink
used the wrong macro
Browse files Browse the repository at this point in the history
  • Loading branch information
smittals2 committed Mar 8, 2025
1 parent fda9aab commit 4a18c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/speed.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2889,7 +2889,7 @@ bool Speed(const std::vector<std::string> &args) {
!SpeedHRSS(selected) ||
!SpeedHash(EVP_blake2b256(), "BLAKE2b-256", selected) ||
!SpeedECKeyGenerateKey(true, selected) ||
#if defined(OPENSSL_IS_AWSLC) && defined(OPENSSL_INTERNAL)
#if defined(OPENSSL_IS_AWSLC) && defined(INTERNAL_TOOL)
!SpeedRefcount(selected) ||
#endif
#if defined(INTERNAL_TOOL)
Expand Down

0 comments on commit 4a18c66

Please sign in to comment.