Skip to content
Snippets Groups Projects
Commit e81a8365 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 cbbb952f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment