kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
7a4a37cf 2015-07-20 01:09:00 remove generated version file
792a5acb 2015-07-20 01:08:01 eng_rsax is gone
998cdebf 2015-07-19 10:41:00 update man links
a1a0f2c6 2015-07-17 16:54:23 implement compatibility shim for __warn_references This will allow us to warn about deprecated function references at link-time.
fafc3e47 2015-07-16 17:52:50 derive VERSION from opensslv.h from upstream
0bab46dd 2015-07-06 13:42:54 patch headers to avoid redefinitions on windows
b9291fac 2015-07-16 11:34:07 disable strict aliasing on AIX xlc and HP-UX aC++ compilers
ddeb7404 2015-07-16 10:23:57 win32 openssl CLI: preserve original echo state Mirror the patch to ui_openssl.c, also fix the broken conditional that made it not actually turn off echo in the first place. ok guenther@
c1a162d8 2015-07-15 20:24:05 disable strict aliasing by default, noticed by miod@
db974c34 2015-07-15 20:00:21 fixup how OPENSSLDIR is derived and expanded As per http://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Installation-Directory-Variables.html we should not try to expand variables like sysconfdir in the configure script, but rather derive the correct value in the Makefiles instead. This fixes missing expansions as the preprocessor define.