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:
549d89f
)
fips_err.c doesn't belong with the headers.
author
Richard Levitte
<levitte@openssl.org>
Mon, 8 Sep 2003 09:17:13 +0000
(09:17 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 8 Sep 2003 09:17:13 +0000
(09:17 +0000)
fips/Makefile.ssl
patch
|
blob
|
history
diff --git
a/fips/Makefile.ssl
b/fips/Makefile.ssl
index c8642d99c4424818bcda5d03789c3e5786265398..cf2fe39c93d5f2bcdbb4c9f65f007527bfbbe87a 100644
(file)
--- a/
fips/Makefile.ssl
+++ b/
fips/Makefile.ssl
@@
-32,13
+32,13
@@
GENERAL=Makefile README fips-lib.com install.com
LIB= $(TOP)/libcrypto.a
SHARED_LIB= libcrypto$(SHLIB_EXT)
-LIBSRC=fips.c fips_err_wrapper.c
-LIBOBJ=fips.o fips_err_wrapper.o
+LIBSRC=fips.c fips_err_wrapper.c
fips_err.c
+LIBOBJ=fips.o fips_err_wrapper.o
fips_err.o
SRC= $(LIBSRC)
EXHEADER=fips.h
-HEADER=$(EXHEADER)
fips_err.c
+HEADER=$(EXHEADER)
EXE=openssl_fips_fingerprint
ALL= $(GENERAL) $(SRC) $(HEADER)