mirror of
https://github.com/curl/curl.git
synced 2025-09-20 19:12:40 +03:00
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.
This commit is contained in:
parent
80388edefc
commit
05a69ce32c
|
@ -644,6 +644,7 @@ X_OBJS= \
|
||||||
$(DIROBJ)\version.obj \
|
$(DIROBJ)\version.obj \
|
||||||
$(DIROBJ)\warnless.obj \
|
$(DIROBJ)\warnless.obj \
|
||||||
$(DIROBJ)\wildcard.obj \
|
$(DIROBJ)\wildcard.obj \
|
||||||
|
$(DIROBJ)\x509asn1.obj \
|
||||||
$(RESOURCE)
|
$(RESOURCE)
|
||||||
|
|
||||||
all : $(TARGET)
|
all : $(TARGET)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user