From 53d899676411c52c2389451887d0a0b2cd452802 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 17 May 2005 16:50:46 +0000 Subject: Engage Applink for VC builds. --- crypto/asn1/a_type.c | 2 +- crypto/bio/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto') diff --git a/crypto/asn1/a_type.c b/crypto/asn1/a_type.c index 2292d49b93..a6acef16f3 100644 --- a/crypto/asn1/a_type.c +++ b/crypto/asn1/a_type.c @@ -57,8 +57,8 @@ */ #include -#include #include "cryptlib.h" +#include int ASN1_TYPE_get(ASN1_TYPE *a) { diff --git a/crypto/bio/Makefile b/crypto/bio/Makefile index 5daedd1eba..1522147036 100644 --- a/crypto/bio/Makefile +++ b/crypto/bio/Makefile @@ -35,7 +35,7 @@ LIBOBJ= bio_lib.o bio_cb.o bio_err.o \ SRC= $(LIBSRC) EXHEADER= bio.h -HEADER= bss_file.c $(EXHEADER) +HEADER= bio_lcl.h $(EXHEADER) ALL= $(GENERAL) $(SRC) $(HEADER) -- cgit v1.2.3