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:
5f3ad8f
)
Some platforms need $(EX_LIBS) when building fips_standalone_sha1 from
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 14 Jan 2009 11:10:33 +0000
(11:10 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 14 Jan 2009 11:10:33 +0000
(11:10 +0000)
an external fipscanister.o
fips/Makefile
patch
|
blob
|
history
diff --git
a/fips/Makefile
b/fips/Makefile
index d6dcb79a282c77976619aa0ceadcd15e1cb36e42..4e016b7b0ea977a7f32e0de606545c8539c0ea2f 100644
(file)
--- a/
fips/Makefile
+++ b/
fips/Makefile
@@
-123,7
+123,7
@@
fips_premain_dso$(EXE_EXT): fips_premain.c
$(FIPSLIBDIR)fipscanister.o ../libcrypto.a $(EX_LIBS)
# this is executed only when linking with external fipscanister.o
fips_standalone_sha1$(EXE_EXT): sha/fips_standalone_sha1.c
- $(CC) $(CFLAGS) -DFIPSCANISTER_O -o $@ sha/fips_standalone_sha1.c $(FIPSLIBDIR)fipscanister.o
+ $(CC) $(CFLAGS) -DFIPSCANISTER_O -o $@ sha/fips_standalone_sha1.c $(FIPSLIBDIR)fipscanister.o
$(EX_LIBS)
subdirs:
@target=all; $(RECURSIVE_MAKE)