projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41c9cfb
)
Make build reproducible
author
Kurt Roeckx
<kurt@roeckx.be>
Fri, 2 Jan 2015 11:27:57 +0000
(12:27 +0100)
committer
Kurt Roeckx
<kurt@roeckx.be>
Sat, 10 Jan 2015 15:23:15 +0000
(16:23 +0100)
It contained a date on when it was build.
Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/cversion.c
patch
|
blob
|
history
diff --git
a/crypto/cversion.c
b/crypto/cversion.c
index 881957e8923e15caa096c65604909320ce43525a..d2c6e7025c20f263608833c7fc75bb17476303d6 100644
(file)
--- a/
crypto/cversion.c
+++ b/
crypto/cversion.c
@@
-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