mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-09-27 07:43:47 +08:00
update
This commit is contained in:
@@ -13,7 +13,7 @@ AR= ar r
|
||||
CFLAGS= $(INCLUDES) $(CFLAG)
|
||||
|
||||
GENERAL=Makefile README
|
||||
TEST=
|
||||
TEST=verify_extra_test.c
|
||||
APPS=
|
||||
|
||||
LIB=$(TOP)/libcrypto.a
|
||||
@@ -33,7 +33,7 @@ LIBOBJ= x509_def.o x509_d2.o x509_r2x.o x509_cmp.o \
|
||||
SRC= $(LIBSRC)
|
||||
|
||||
EXHEADER= x509.h x509_vfy.h
|
||||
HEADER= $(EXHEADER)
|
||||
HEADER= $(EXHEADER) vpm_int.h
|
||||
|
||||
ALL= $(GENERAL) $(SRC) $(HEADER)
|
||||
|
||||
@@ -71,6 +71,8 @@ tests:
|
||||
lint:
|
||||
lint -DLINT $(INCLUDES) $(SRC)>fluff
|
||||
|
||||
update: depend
|
||||
|
||||
depend:
|
||||
@[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
|
||||
$(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
|
||||
@@ -312,7 +314,7 @@ x509_vfy.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
|
||||
x509_vfy.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
|
||||
x509_vfy.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
|
||||
x509_vfy.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
|
||||
x509_vfy.o: ../cryptlib.h x509_vfy.c
|
||||
x509_vfy.o: ../cryptlib.h vpm_int.h x509_vfy.c
|
||||
x509_vpm.o: ../../e_os.h ../../include/openssl/asn1.h
|
||||
x509_vpm.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
||||
x509_vpm.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
||||
@@ -326,7 +328,7 @@ x509_vpm.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
|
||||
x509_vpm.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
|
||||
x509_vpm.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
|
||||
x509_vpm.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
|
||||
x509_vpm.o: ../cryptlib.h x509_vpm.c
|
||||
x509_vpm.o: ../cryptlib.h vpm_int.h x509_vpm.c
|
||||
x509cset.o: ../../e_os.h ../../include/openssl/asn1.h
|
||||
x509cset.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
||||
x509cset.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
|
||||
@@ -393,15 +395,17 @@ x509type.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
|
||||
x509type.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
|
||||
x509type.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509type.c
|
||||
x_all.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
||||
x_all.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
|
||||
x_all.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
|
||||
x_all.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
|
||||
x_all.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
|
||||
x_all.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
|
||||
x_all.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
||||
x_all.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
|
||||
x_all.o: ../../include/openssl/crypto.h ../../include/openssl/dsa.h
|
||||
x_all.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
|
||||
x_all.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
|
||||
x_all.o: ../../include/openssl/err.h ../../include/openssl/evp.h
|
||||
x_all.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
|
||||
x_all.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
|
||||
x_all.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
||||
x_all.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
|
||||
x_all.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
|
||||
x_all.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
|
||||
x_all.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
|
||||
x_all.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x_all.c
|
||||
x_all.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
|
||||
x_all.o: ../cryptlib.h x_all.c
|
||||
|
||||
Reference in New Issue
Block a user