mirror of
https://github.com/curl/curl.git
synced 2026-08-03 05:10:30 +03:00
spelling fixes
Detected using the `codespell` tool (version 1.13.0). Also secure and fix an URL.
This commit is contained in:
parent
71c39f2965
commit
4bd91bc474
22 changed files with 32 additions and 32 deletions
|
|
@ -156,7 +156,7 @@ rem ***************************************************************************
|
|||
|
||||
if not defined PERL_PATH (
|
||||
rem Check we have Perl in our path
|
||||
rem using !! below as %% was having \Microsoft was unexecpted error.
|
||||
rem using !! below as %% was having \Microsoft was unexpected error.
|
||||
echo !PATH! | findstr /I /C:"\Perl" 1>nul
|
||||
if errorlevel 1 (
|
||||
rem It isn't so check we have it installed and set the path if it is
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ create the thread local storage and that could be a problem for LoadLibrary.
|
|||
Regarding the options that were added via C_EXTRA_FLAGS:
|
||||
|
||||
FP_MAX_BITS=16384
|
||||
http://www.yassl.com/forums/topic423-cacertorgs-ca-cert-verify-failed-but-withdisablefastmath-it-works.html
|
||||
https://web.archive.org/web/20150218183550/www.yassl.com/forums/topic423-cacertorgs-ca-cert-verify-failed-but-withdisablefastmath-it-works.html
|
||||
"Since root.crt uses a 4096-bit RSA key, you'll need to increase the fastmath
|
||||
buffer size. You can do this using the define:
|
||||
FP_MAX_BITS and setting it to 8192."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue