From: Daniel Stenberg Date: Wed, 22 Jun 2016 08:53:28 +0000 (+0200) Subject: vc: fix the build for schannel certinfo support X-Git-Tag: curl-7_50_0~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05a69ce32c318109815bbaa9a57700c4594aa267;p=thirdparty%2Fcurl.git 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. --- diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index b4cb229a6d..824bb4e87b 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)