projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Move gmtime functions to crypto.h.
[openssl.git]
/
crypto
/
Makefile
diff --git
a/crypto/Makefile
b/crypto/Makefile
index
b253f50
..
77b3921
100644
(file)
--- a/
crypto/Makefile
+++ b/
crypto/Makefile
@@
-45,7
+45,7
@@
SRC= $(LIBSRC)
EXHEADER= crypto.h opensslv.h opensslconf.h ebcdic.h symhacks.h \
ossl_typ.h
EXHEADER= crypto.h opensslv.h opensslconf.h ebcdic.h symhacks.h \
ossl_typ.h
-HEADER= cryptlib.h buildinf.h md32_common.h o_
time.h o_
str.h o_dir.h $(EXHEADER)
+HEADER= cryptlib.h buildinf.h md32_common.h o_str.h o_dir.h $(EXHEADER)
ALL= $(GENERAL) $(SRC) $(HEADER)
ALL= $(GENERAL) $(SRC) $(HEADER)