mirror of
https://github.com/curl/curl.git
synced 2026-08-26 06:13:35 +03:00
mk-ca-bundle.vbs: delete this script in favor of mk-ca-bundle.pl
mk-ca-bundle.vbs is a Windows-specific script for Mozilla certificate extraction, similar to mk-ca-bundle.pl which runs on any platform. The vbs version has not been maintained while the perl version has been maintained with improvements and security fixes. I don't think it's worth the work to maintain both versions. Windows users should be able to use mk-ca-bundle.pl without any problems, as long as they have perl. Closes #8412
This commit is contained in:
parent
475e451766
commit
e87c53d7ea
2 changed files with 1 additions and 432 deletions
|
|
@ -26,7 +26,7 @@ CMAKE_DIST = CMakeLists.txt curl_config.h.cmake
|
|||
EXTRA_DIST = Makefile.m32 config-win32.h config-win32ce.h config-plan9.h \
|
||||
config-riscos.h config-mac.h curl_config.h.in makefile.dj config-dos.h \
|
||||
libcurl.plist libcurl.rc config-amigaos.h makefile.amiga config-win32ce.h \
|
||||
config-os400.h setup-os400.h mk-ca-bundle.pl mk-ca-bundle.vbs \
|
||||
config-os400.h setup-os400.h mk-ca-bundle.pl \
|
||||
$(CMAKE_DIST) firefox-db2pem.sh checksrc.pl setup-win32.h .checksrc
|
||||
|
||||
lib_LTLIBRARIES = libcurl.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue