af3c4a2744
This patch restores OpenSSL 1.0.1j and builds Bitcoin against it.
13 lines
600 B
Diff
13 lines
600 B
Diff
diff -ur openssl-1.0.1f.orig/crypto/Makefile openssl-1.0.1f/crypto/Makefile
|
|
--- openssl-1.0.1f.orig/crypto/Makefile 2014-01-06 15:35:56.000000000 +0100
|
|
+++ openssl-1.0.1f/crypto/Makefile 2014-04-09 13:05:28.071346204 +0200
|
|
@@ -57,7 +57,7 @@
|
|
echo ' /* auto-generated by crypto/Makefile for crypto/cversion.c */'; \
|
|
echo ' #define CFLAGS "$(CC) $(CFLAG)"'; \
|
|
echo ' #define PLATFORM "$(PLATFORM)"'; \
|
|
- echo " #define DATE \"`LC_ALL=C LC_TIME=C date`\""; \
|
|
+ echo " #define DATE \"Thu Jan 1 00:00:01 UTC 1970\""; \
|
|
echo '#endif' ) >buildinf.h
|
|
|
|
x86cpuid.s: x86cpuid.pl perlasm/x86asm.pl
|