Commit 264212b6 authored by Kurt Roeckx's avatar Kurt Roeckx
Browse files

Make build reproducible



It contained a date on when it was build.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 41c9cfbc
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -69,7 +69,11 @@ const char *SSLeay_version(int t)
	if (t == SSLEAY_BUILT_ON)
		{
#ifdef DATE
# ifdef OPENSSL_USE_BUILD_DATE
		return(DATE);
# else
		return("built on: reproducible build, date unspecified");
# endif
#else
		return("built on: date not available");
#endif