components/openssl/openssl-1.0.1-fips-140/Makefile
branchs11-update
changeset 2972 60456e7be821
parent 2921 8da1e7689d13
child 3066 07964fc8b408
--- 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