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:
0395795
)
Remove deleted fipshashes.[co] from Makefile.
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 16 Jan 2007 17:14:50 +0000
(17:14 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 16 Jan 2007 17:14:50 +0000
(17:14 +0000)
fips-1.0/Makefile
patch
|
blob
|
history
diff --git
a/fips-1.0/Makefile
b/fips-1.0/Makefile
index ef5fe3623a542d2e0774efd494869cb4bcaca7f7..0510581b7a08c37206c317ea2b9b0efa1d5fcdfe 100644
(file)
--- a/
fips-1.0/Makefile
+++ b/
fips-1.0/Makefile
@@
-34,8
+34,8
@@
GENERAL=Makefile README fips-lib.com install.com
LIB= $(TOP)/libcrypto.a
SHARED_LIB= libcrypto$(SHLIB_EXT)
-LIBSRC=fips.c fips_err_wrapper.c
fipshashes.c
-LIBOBJ=fips.o fips_err_wrapper.o
fipshashes.o
+LIBSRC=fips.c fips_err_wrapper.c
+LIBOBJ=fips.o fips_err_wrapper.o
FIPS_OBJ_LISTS=sha/lib hmac/lib rand/lib des/lib aes/lib dsa/lib rsa/lib dh/lib