diff -r 5d740e74b68b -r 60456e7be821 components/openssl/openssl-1.0.1-fips-140/Makefile --- a/components/openssl/openssl-1.0.1-fips-140/Makefile Wed Feb 26 12:49:08 2014 -0800 +++ b/components/openssl/openssl-1.0.1-fips-140/Makefile Thu Feb 27 07:51:20 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