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:
5868130
)
Postpone linking of shared libcrypto in FIPS build.
author
Andy Polyakov
<appro@openssl.org>
Thu, 9 Dec 2004 18:03:23 +0000
(18:03 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 9 Dec 2004 18:03:23 +0000
(18:03 +0000)
crypto/Makefile
patch
|
blob
|
history
diff --git
a/crypto/Makefile
b/crypto/Makefile
index 0f2d3b4cdb47b6384e75ae937fcdf299701e5c9e..cd21731e1731cc1b57a8f0c86bbf28db5ecccd00 100644
(file)
--- a/
crypto/Makefile
+++ b/
crypto/Makefile
@@
-95,7
+95,9
@@
lib: $(LIBOBJ)
shared: buildinf.h lib subdirs
if [ -n "$(SHARED_LIBS)" ]; then \
+ if ! egrep 'define OPENSSL_FIPS' $(TOP)/include/openssl/opensslconf.h > /dev/null; then \
(cd ..; $(MAKE) $(SHARED_LIB)); \
+ fi \
fi
libs: