1 diff -urN openssl-0.9.7e.old/Makefile.org openssl-0.9.7e/Makefile.org
2 --- openssl-0.9.7e.old/Makefile.org 2004-09-28 22:52:14.000000000 +0200
3 +++ openssl-0.9.7e/Makefile.org 2005-03-03 15:55:11.000000000 +0100
5 # we might set SHLIB_MARK to '$(SHARED_LIBS)'.
8 -DIRS= crypto fips ssl $(SHLIB_MARK) sigs apps test tools
9 -SHLIBDIRS= fips crypto ssl
10 +DIRS= crypto ssl $(SHLIB_MARK) sigs apps test tools
11 +SHLIBDIRS= crypto ssl
13 # dirs in crypto to build
16 libcrypto.a.sha1: libcrypto.a
17 if egrep 'define OPENSSL_FIPS' $(TOP)/include/openssl/opensslconf.h > /dev/null; then \
18 $(RANLIB) libcrypto.a; \
19 - fips/sha1/fips_standalone_sha1 libcrypto.a > libcrypto.a.sha1; \
23 --- openssl-0.9.7e/crypto/rand/rand_lib.c 2004-07-30 16:38:00.000000000 +0200
24 +++ openssl-0.9.7e.patched/crypto/rand/rand_lib.c 2005-02-18 15:46:22.000000000 +0100
26 #ifndef OPENSSL_NO_ENGINE
27 #include <openssl/engine.h>
30 #include <openssl/fips.h>
31 #include <openssl/fips_rand.h>
34 #ifndef OPENSSL_NO_ENGINE
35 /* non-NULL if default_RAND_meth is ENGINE-provided */