‘CRYPTO_LOCK’ undeclared when compiling with custom openssl and libcurl #2029
Answered
by
DmitriyMusatkin
sathishk-r
asked this question in
Q&A
-
Hi,
|
Beta Was this translation helpful? Give feedback.
Answered by
DmitriyMusatkin
Jul 3, 2024
Replies: 1 comment 3 replies
-
Can you provide more info on the steps you are taking to build the sdk and how to reproduce this error message that you are seeing with kinesis? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
why is your custom version of 1.1.1n reporting 0x10100000L as version (which is 1.1.0)?
current c-cal logic is to use CRYPTO_LOCK for openssl versions below 1.1.1 where it should be defined and is required for operations we use.
So im not sure if def checking is a good thing here. aws-c-cal relies on version number to be accurate and if its not, all the guarantees are out the window