diff -r 043f53535ed4 -r dce38b815f7d components/openssl/openssl-1.0.1-fips-140/Makefile --- a/components/openssl/openssl-1.0.1-fips-140/Makefile Wed Feb 05 10:52:50 2014 -0700 +++ b/components/openssl/openssl-1.0.1-fips-140/Makefile Wed Feb 05 13:50:15 2014 -0800 @@ -129,7 +129,8 @@ ( [ $(BITS) -eq 32 ] && $(GPATCH) -p1 $(@D)/crypto/opensslconf.h \ patches-post-config/opensslconf.patch; cd $(@D); $(MAKE) depend; ) -ASLR_MODE = $(ASLR_NOT_APPLICABLE) +# Enable ASLR for this component +ASLR_MODE = $(ASLR_ENABLE) # We must make sure that openssl-fips component is built before this 1.0.1 # component since in order to build FIPS-140 certified libraries, the canister