Michael Richardson

Results 223 comments of Michael Richardson

Oh, and one needs to have: -I${includedir}/wolfssl in the CFLAGS in order for includes like openssl/opensslv.h to work.

I'm building an application (ruby-openssl) that expects to include only openssl headers. So ssl.h really needs to do the above. Otherwise, it's not really much of an openssl emulation.

https://github.com/mcr/ruby-openssl/tree/ruby-wolfssl-hacked is my very hacked up copy of ruby-openssl. (Unfortunately, I have patches that I need in that branch, which I can't get upstreamed, which is why it's so behind...

Audrey Lace ***@***.***> wrote: > Radvd's main [method > checks](https://github.com/radvd-project/radvd/blob/cf213516101c6871dd697612916ed5f4a282b7c1/radvd.c#L320) > the permissions on the configuration file when the program first > starts. If the permissions are not acceptable then...

The RPC will put in the correct text there.

Martin Algesten ***@***.***> wrote: > Disabling certificate verification is a contentious issue. Some library > authors would say it _should_ be hard to disable it, others don't. It > would...

Zicklag ***@***.***> wrote: > `NO_PROXY` environment variables. Also, it's not possible to > efficiently implement from outside of `ureq`, because you would have to > create a new `Agent` for...

Martin Algesten ***@***.***> wrote: >> Also redirects that had different proxy needs wouldn't work. > Not sure I follow. Do you mean there should be different proxy settings per request...

Like, why doesn't it, "make -C test test" ? (And why didn't the (cd test && make test) that I now notice not work for me the first time)

I can't get "make test" to work, test_verbose is really backwards done, and I seem to randomly get: ``` /sandel/src/pyang/test/../bin/pyang --mef mef-yt10.yang || exit 1; \ /sandel/src/pyang/test/../bin/pyang --mef mef-yt11.yang ||...