awslabs / aws-crt-python

Python bindings for the AWS Common Runtime
Apache License 2.0
87 stars 42 forks source link

Don't accidentally link the system's libcrypto.a #455

Closed graebm closed 1 year ago

graebm commented 1 year ago

Issue #: https://github.com/awslabs/aws-crt-python/issues/396

Description of changes: Ensure we link the version of libcrypto.a that gets built along with awscrt, and don't accidentally link a libcrypto.a that might already be on the system.

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