You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to build/run successfully go with openssl on Windows. The build works fine on Linux but on Windows it is not picking up the OpenSSL DLL - there are no errors during build or execution. It looks like its falling back to boringcrypto when executing crypto functions. Are there any specific instructions or flags that needs to be set during build or execution to use OpenSSL on windows?
I am building it on Windows 10 Pro, with Go 1.24.4 and OpenSSL 3.
Building from go1.21-opensslv2-staging branch.
The text was updated successfully, but these errors were encountered:
tkconsulting
changed the title
Unable to build and run on Windows
Unable to run on Windows
Dec 18, 2023
I am unable to build/run successfully go with openssl on Windows. The build works fine on Linux but on Windows it is not picking up the OpenSSL DLL - there are no errors during build or execution. It looks like its falling back to boringcrypto when executing crypto functions. Are there any specific instructions or flags that needs to be set during build or execution to use OpenSSL on windows?
I am building it on Windows 10 Pro, with Go 1.24.4 and OpenSSL 3.
Building from
go1.21-opensslv2-staging
branch.The text was updated successfully, but these errors were encountered: