summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-05-17 16:50:46 +0000
committerAndy Polyakov <appro@openssl.org>2005-05-17 16:50:46 +0000
commit53d899676411c52c2389451887d0a0b2cd452802 (patch)
treef56b29de0312c65316e4b3434f060870869f7cc4 /crypto
parent32b1843ec608f156e2910dd807dcf1960ff9502d (diff)
Engage Applink for VC builds.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/asn1/a_type.c2
-rw-r--r--crypto/bio/Makefile2
2 files changed, 2 insertions, 2 deletions
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 <stdio.h>
-#include <openssl/asn1t.h>
#include "cryptlib.h"
+#include <openssl/asn1t.h>
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)