equal
deleted
inserted
replaced
53 FAKE_CC = cc |
53 FAKE_CC = cc |
54 FAKE_APPS = $(FAKE_ISALIST) $(FAKE_MAKE) $(FAKE_CC) |
54 FAKE_APPS = $(FAKE_ISALIST) $(FAKE_MAKE) $(FAKE_CC) |
55 |
55 |
56 # Do not use $(PWD), it would not work if run from a different directory with |
56 # Do not use $(PWD), it would not work if run from a different directory with |
57 # "gmake -C" as we do from openssl-0.9.8-fips-140. |
57 # "gmake -C" as we do from openssl-0.9.8-fips-140. |
58 FIPS_PATH_32 = $(COMPONENT_DIR)/32:$(PATH) |
58 # we'll also pick up gcc if we find it in the path, so force it to |
59 FIPS_PATH_64 = $(PATH) |
59 # find one that doesn't work like it wants |
|
60 FIPS_PATH_32 = $(COMPONENT_DIR)/32:$(COMPONENT_DIR)/gcc:$(PATH) |
|
61 FIPS_PATH_64 = $(COMPONENT_DIR)/gcc:$(PATH) |
60 |
62 |
61 OPENSSL_FIPS_HMAC_KEY = etaonrishdlcupfm |
63 OPENSSL_FIPS_HMAC_KEY = etaonrishdlcupfm |
62 OPENSSL_FIPS_HMAC = 79193087e8115df76d3de1f346f7410df79cf6e0 |
64 OPENSSL_FIPS_HMAC = 79193087e8115df76d3de1f346f7410df79cf6e0 |
63 |
65 |
64 # There is a broken link in the tarball which causes cp(1) to fail which would |
66 # There is a broken link in the tarball which causes cp(1) to fail which would |