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:
37eae99
)
Create fips links even if not compiling in fips mode.
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 21 Feb 2011 17:45:45 +0000
(17:45 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 21 Feb 2011 17:45:45 +0000
(17:45 +0000)
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index deaf792546371afb5fde0e7b3d9aa5271924382d..80c126d8de8cb1d80d87539d38611df23eaa970e 100644
(file)
--- a/
Makefile.org
+++ b/
Makefile.org
@@
-517,6
+517,9
@@
links:
@$(PERL) $(TOP)/util/mkdir-p.pl include/openssl
@$(PERL) $(TOP)/util/mklink.pl include/openssl $(EXHEADER)
@set -e; target=links; $(RECURSIVE_BUILD_CMD)
+ @if [ -z "$(FIPSCANLIB)" ]; then \
+ set -e; target=links; dir=fips ; $(BUILD_CMD) ; \
+ fi
gentests:
@(cd test && echo "generating dummy tests (if needed)..." && \