Skip to content

Conversation

@PiotrSikora
Copy link
Contributor

Description of changes:

Remove duplicate handling of OPENSSL_NO_ASM from CMake.

Call-outs:

OPENSSL_NO_ASM is handled a few lines below.

It looks like this block was added as part of a bad cherry-pick/merge (compare the original commit boringssl@261ec612
with the cherry-pick aws-lc@1da6816b).

Testing:

N/A

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.

@PiotrSikora PiotrSikora requested a review from a team as a code owner August 11, 2023 17:42
Copy link
Contributor

@justsmth justsmth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

endif()

if(OPENSSL_NO_ASM)
add_definitions(-DOPENSSL_NO_ASM)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, the add_definitions(-DOPENSSL_NO_ASM) is redundant with the one on line 689 below.

@justsmth justsmth merged commit 8797e89 into aws:main Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants