From: Andy Polyakov Date: Wed, 13 Apr 2005 22:47:50 +0000 (+0000) Subject: Move cygcrypto.dll above cygwin.dll. X-Git-Tag: BEN_FIPS_TEST_8~93 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=13051e9316265b486e79a2636d82d84999e857d0;p=oweals%2Fopenssl.git Move cygcrypto.dll above cygwin.dll. --- diff --git a/Makefile.org b/Makefile.org index c9060105ca..e95aa04c19 100644 --- a/Makefile.org +++ b/Makefile.org @@ -339,7 +339,7 @@ do_cygwin-shared: [ "$(PLATFORM)" = "mingw" ] && shlib=$${i}eay32.dll; \ [ -f apps/$$shlib ] && rm apps/$$shlib; \ [ -f test/$$shlib ] && rm test/$$shlib; \ - base=; [ $$i = "crypto" ] && base=-Wl,--image-base,0xFE00000; \ + base=; [ $$i = "crypto" ] && base=-Wl,--image-base,0x61200000; \ ( set -x; ${CC} ${SHARED_LDFLAGS} \ -shared $$base -o $$shlib \ -Wl,-Bsymbolic \