Skip to content

Commit

Permalink
Fix building benchamrk with other versions of aws-lc
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhop committed Aug 21, 2024
1 parent 68138ab commit 2406516
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 @@ -66,7 +66,7 @@ OPENSSL_MSVC_PRAGMA(warning(pop))
#include <time.h>
#endif

#if !defined(INTERNAL_TOOL)
#if !defined(OPENSSL_IS_AWSLC)
// align_pointer returns |ptr|, advanced to |alignment|. |alignment| must be a
// power of two, and |ptr| must have at least |alignment - 1| bytes of scratch
// space.
Expand Down

0 comments on commit 2406516

Please sign in to comment.