Loading crypto/x509/Makefile +3 −3 Original line number Diff line number Diff line Loading @@ -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) vpm_int.h HEADER= $(EXHEADER) x509_lcl.h ALL= $(GENERAL) $(SRC) $(HEADER) Loading Loading @@ -312,7 +312,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 vpm_int.h x509_vfy.c x509_vfy.o: ../cryptlib.h x509_lcl.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 Loading @@ -326,7 +326,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 vpm_int.h x509_vpm.c x509_vpm.o: ../cryptlib.h x509_lcl.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 Loading crypto/x509/vpm_int.h→crypto/x509/x509_lcl.h +1 −1 Original line number Diff line number Diff line /* vpm_int.h */ /* x509_lcl.h */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2013. */ Loading crypto/x509/x509_vfy.c +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ #include <openssl/x509.h> #include <openssl/x509v3.h> #include <openssl/objects.h> #include "vpm_int.h" #include "x509_lcl.h" /* CRL score values */ Loading crypto/x509/x509_vpm.c +1 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ #include <openssl/x509.h> #include <openssl/x509v3.h> #include "vpm_int.h" #include "x509_lcl.h" /* X509_VERIFY_PARAM functions */ Loading Loading
crypto/x509/Makefile +3 −3 Original line number Diff line number Diff line Loading @@ -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) vpm_int.h HEADER= $(EXHEADER) x509_lcl.h ALL= $(GENERAL) $(SRC) $(HEADER) Loading Loading @@ -312,7 +312,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 vpm_int.h x509_vfy.c x509_vfy.o: ../cryptlib.h x509_lcl.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 Loading @@ -326,7 +326,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 vpm_int.h x509_vpm.c x509_vpm.o: ../cryptlib.h x509_lcl.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 Loading
crypto/x509/vpm_int.h→crypto/x509/x509_lcl.h +1 −1 Original line number Diff line number Diff line /* vpm_int.h */ /* x509_lcl.h */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2013. */ Loading
crypto/x509/x509_vfy.c +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ #include <openssl/x509.h> #include <openssl/x509v3.h> #include <openssl/objects.h> #include "vpm_int.h" #include "x509_lcl.h" /* CRL score values */ Loading
crypto/x509/x509_vpm.c +1 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ #include <openssl/x509.h> #include <openssl/x509v3.h> #include "vpm_int.h" #include "x509_lcl.h" /* X509_VERIFY_PARAM functions */ Loading