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:
89d18a9
)
Use correct shared lib name in fips-1.0
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 26 Jan 2007 00:39:55 +0000
(
00:39
+0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 26 Jan 2007 00:39:55 +0000
(
00:39
+0000)
fips-1.0/Makefile
patch
|
blob
|
history
diff --git
a/fips-1.0/Makefile
b/fips-1.0/Makefile
index 55decc6f109afce77e7a50071e6de9b389800c30..03e04ed6a90c7b4d4ff5cca67b5a3414c5f856fe 100644
(file)
--- a/
fips-1.0/Makefile
+++ b/
fips-1.0/Makefile
@@
-34,7
+34,7
@@
FDIRS=sha rand des aes dsa rsa dh hmac
GENERAL=Makefile README fips-lib.com install.com
LIB= $(TOP)/libcrypto.a
-SHARED_LIB=
libcrypto
$(SHLIB_EXT)
+SHARED_LIB=
$(FIPSCANLIB)
$(SHLIB_EXT)
LIBSRC=fips.c fips_err_wrapper.c
LIBOBJ=fips.o fips_err_wrapper.o
@@
-141,7
+141,7
@@
lib: $(FIPSCANLOC) delexobj
@touch lib
shared: fips_premain_dso$(EXE_EXT)
- if [ -n "$(SHARED_LIBS)"
-a "$(FIPSCANLIB)" = "libfips"
]; then \
+ if [ -n "$(SHARED_LIBS)" ]; then \
(cd ..; $(MAKE) FIPSLD_CC=$(CC) FIPSLD=fips-1.0/fipsld $(SHARED_LIB)); \
fi