components/openssl/openssl-1.0.1-fips-140/Makefile
changeset 1604 b6e3e1ed52a5
parent 1596 59869c4257d0
child 1641 2fc479afcf70
--- a/components/openssl/openssl-1.0.1-fips-140/Makefile	Tue Dec 17 10:05:22 2013 -0800
+++ b/components/openssl/openssl-1.0.1-fips-140/Makefile	Tue Dec 17 15:19:48 2013 -0800
@@ -151,7 +151,7 @@
 # We also copy some FIPS specific header files needed to build FIPS version
 # of OpenSSL from FIPS module (openssl-fips-ecp-2.0.5).
 COMPONENT_PRE_BUILD_ACTION = \
-    ( $(LN) -fs $(COMPONENT_DIR)/engines/pkcs11/*     $(@D)/crypto/engine; \
+    ( $(LN) -fs $(COMPONENT_DIR)/engines/pkcs11/*     $(@D)/engines; \
       $(MKDIR) $(@D)/bin; \
       $(LN) -fs $(OPENSSL_FIPS_DIR)/openssl-fips-ecp-2.0.5/fips/fips.h $(@D)/include/openssl; \
       $(LN) -fs $(OPENSSL_FIPS_DIR)/openssl-fips-ecp-2.0.5/fips/fipssyms.h $(@D)/include/openssl; \