Twice initialization openssl #6254
Closed
Labels
Comments
So from where in libcurl is the openssl engine initialized, both times? Can you check? |
Hello! I'm sorry, but my expertise in this question very poor. And probably I did not correctly name the problem. But I found some, that can be possible usefull. I try to look at Line 1134 in c7b02c5 --disable-openssl-auto-load-config and it solves problem for me:
And with this option curl reads file once:
By default ./configure, without option
Hope, this helps. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I did this
Full steps to reproduce problem:
Output of command
And in this output we have some problem like GOST engine already loaded. Is it problem with twice initialization openssl in curl? For example, if I don't use curl and do fetch by only php and openssl like this, I haven't this error:
Test php script:
Output:
No error GOST engine already loaded.
I expected the following
curl/libcurl version
operating system
Archlinux
The text was updated successfully, but these errors were encountered: