From 6c21b860ba8f0de64c6e96972ef3c728728d01a0 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sat, 24 May 2014 23:48:29 +0100 Subject: [PATCH] Rename vpm_int.h to x509_lcl.h --- crypto/x509/Makefile | 6 +++--- crypto/x509/{vpm_int.h => x509_lcl.h} | 2 +- crypto/x509/x509_vfy.c | 2 +- crypto/x509/x509_vpm.c | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) rename crypto/x509/{vpm_int.h => x509_lcl.h} (99%) diff --git a/crypto/x509/Makefile b/crypto/x509/Makefile index cab17d8630..c0ef7cdfab 100644 --- a/crypto/x509/Makefile +++ b/crypto/x509/Makefile @@ -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) @@ -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 @@ -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 diff --git a/crypto/x509/vpm_int.h b/crypto/x509/x509_lcl.h similarity index 99% rename from crypto/x509/vpm_int.h rename to crypto/x509/x509_lcl.h index d18a4d48e9..55c791550b 100644 --- a/crypto/x509/vpm_int.h +++ b/crypto/x509/x509_lcl.h @@ -1,4 +1,4 @@ -/* vpm_int.h */ +/* x509_lcl.h */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2013. */ diff --git a/crypto/x509/x509_vfy.c b/crypto/x509/x509_vfy.c index 350c3475fe..563737ecec 100644 --- a/crypto/x509/x509_vfy.c +++ b/crypto/x509/x509_vfy.c @@ -69,7 +69,7 @@ #include #include #include -#include "vpm_int.h" +#include "x509_lcl.h" /* CRL score values */ diff --git a/crypto/x509/x509_vpm.c b/crypto/x509/x509_vpm.c index 9b22093277..3bedf7850c 100644 --- a/crypto/x509/x509_vpm.c +++ b/crypto/x509/x509_vpm.c @@ -65,7 +65,7 @@ #include #include -#include "vpm_int.h" +#include "x509_lcl.h" /* X509_VERIFY_PARAM functions */ -- 2.25.1