Re: secure_getenv

2020-04-21 Thread Michael Mueller
IGNORE cockpit error I failed to compile openssl on the lowest revision release that we support. The error occurred when I tried to build our app on the low rev system with openssl 1.1.1g that was built on a higher revision linux system. TIL secure_getenv() On Tue, Apr 21, 2020 at 11:18 AM

secure_getenv

2020-04-21 Thread Michael Mueller
anybody else compiling apps against openssl 1.1.1g in Linux and getting link errors for secure_getenv? ../../../../OPENSSL/bin/SUSE-Linux/libcrypto.a(getenv.o): In function `ossl_safe_getenv': getenv.c:(.text+0x1): undefined reference to `secure_getenv secure_getenv() is a GNU extension Mike