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:
c65d409
)
Use include dir when copiling fips_premain_dso.
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 14 Jun 2011 12:58:35 +0000
(12:58 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 14 Jun 2011 12:58:35 +0000
(12:58 +0000)
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index 0d86d7b5e913a82f373af4d9141360320c5aa4da..a6ae95144fff8e0646af0db43c51329b3321f61a 100644
(file)
--- a/
Makefile.org
+++ b/
Makefile.org
@@
-286,7
+286,7
@@
build_testapps:
@dir=crypto; target=testapps; $(BUILD_ONE_CMD)
fips_premain_dso$(EXE_EXT): libcrypto.a
- [ -z "$(FIPSCANLIB)" ] || $(CC) $(CFLAGS) \
+ [ -z "$(FIPSCANLIB)" ] || $(CC) $(CFLAGS)
-Iinclude
\
-DFINGERPRINT_PREMAIN_DSO_LOAD -o $@ \
$(FIPSLIBDIR)fips_premain.c $(FIPSLIBDIR)fipscanister.o \
libcrypto.a $(EX_LIBS)