On Thursday 22 August 2013 22:38:49 Samuli Seppänen wrote:
> In today's meeting we briefly touched upon this suggested fix to
> configure.ac to allow using statically linked OpenSSL:
> <https://community.openvpn.net/openvpn/ticket/305>
> 
> We couldn't figure out if the proposed change would have negative
> side-effects, so we didn't dare to implement it as-is.

What the proposed patch does is always link against openssl's libcrypto when 
testing for libssl availability, but only if pkg-config didn't already provide 
the info. So, it's a bit of a corner case where no dynamic openssl libs are 
available and pkg-config info was not installed with the static libs.

I see no potential for breakage, so ACK.

Heiko

Reply via email to