[PATCH] properly detect shm on kfreebsd / hurd The rt could be the default. The thing with ac_try_compile is that passes because we have the headers but linking fails due missing headers. ac_try_link would be better but then we need to know the lib :) This should work on kfreebsd and gnu hurd (which has currently gnu0.7 as target_os set).
Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
OpenSSL related api fixes - The OpenSSL functions ERR_load_*_strings() are deprecated since OpenSSL-1.1.0 - FILE structures returned by popen must be released using the pclose