On Fri, Jul 11, 2014 at 12:21:12 -0600, Bob Beck wrote: > The first release of LibreSSL portable has been released. LibreSSL > can be found in the LibreSSL directory of your favorite OpenBSD mirror. > > http://ftp.openbsd.org/pub/OpenBSD/LibreSSL has it, and other mirrors > will soon. > > libressl-2.0.0.tar.gz has been tested to build on various versions of > Linux, Solaris, Mac OSX, and FreeBSD. >
Hello Bob, It's great to see this release from a community of developers that are dedicated to doing things right! After seeing your announcement, I immediately tried to build it on my workstation (RHEL 6.5), but it unfortunately fails: CCLD openssl ../crypto/.libs/libcrypto.so: undefined reference to `clock_gettime' collect2: ld returned 1 exit status make[1]: *** [openssl] Error 1 Setting LDFLAGS to -lrt fixes the issue. -- Iain Morgan
