projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d593906
)
Print out an error for "make test" in FIPS builds.
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 2 Nov 2011 00:43:45 +0000
(
00:43
+0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 2 Nov 2011 00:43:45 +0000
(
00:43
+0000)
Makefile.fips
patch
|
blob
|
history
diff --git
a/Makefile.fips
b/Makefile.fips
index 36e9a7d65bfd04e3f6b2f292b0960a894ebfd8d8..b3811dff22f16202466cf6b7d61effc6b7866e10 100644
(file)
--- a/
Makefile.fips
+++ b/
Makefile.fips
@@
-538,9
+538,7
@@
dclean:
test: tests
tests:
- @(cd test && echo "testing..." && \
- $(CLEARENV) && $(MAKE) -e $(BUILDENV) TOP=.. TESTS='$(TESTS)' OPENSSL_DEBUG_MEMORY=on OPENSSL_CONF=../apps/openssl.cnf tests );
- OPENSSL_CONF=apps/openssl.cnf util/opensslwrap.sh version -a
+ @echo "Not implemented in FIPS build" ; false
report:
@$(PERL) util/selftest.pl