From 05a69ce32c318109815bbaa9a57700c4594aa267 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 22 Jun 2016 10:53:28 +0200 Subject: [PATCH] vc: fix the build for schannel certinfo support Broken since 6cabd785, which adds use of the Curl_extract_certinfo function from the x509asn1.c file. --- lib/Makefile.vc6 | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index b4cb229a6..824bb4e87 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -644,6 +644,7 @@ X_OBJS= \ $(DIROBJ)\version.obj \ $(DIROBJ)\warnless.obj \ $(DIROBJ)\wildcard.obj \ + $(DIROBJ)\x509asn1.obj \ $(RESOURCE) all : $(TARGET)