Loading docs/libcurl/libcurl-tutorial.3 +1 −1 Original line number Diff line number Diff line Loading @@ -754,7 +754,7 @@ to another language and execute that. - Read the Javascript code and rewrite the same logic in another language. - Implement a Javascript interpreted, people have successfully used the - Implement a Javascript interpreter; people have successfully used the Mozilla Javascript engine in the past. - Ask your admins to stop this, for a static proxy setup or similar. Loading include/curl/curl.h +2 −2 Original line number Diff line number Diff line Loading @@ -186,7 +186,7 @@ typedef size_t (*curl_write_callback)(char *buffer, size_t nitems, void *outstream); /* this is the return codes for the seek callbacks */ /* These are the return codes for the seek callbacks */ #define CURL_SEEKFUNC_OK 0 #define CURL_SEEKFUNC_FAIL 1 /* fail the entire transfer */ #define CURL_SEEKFUNC_CANTSEEK 2 /* tell libcurl seeking can't be done, so Loading Loading @@ -1516,7 +1516,7 @@ CURL_EXTERN void curl_free(void *p); * DESCRIPTION * * curl_global_init() should be invoked exactly once for each application that * uses libcurl and before any call of other libcurl function. * uses libcurl and before any call of other libcurl functions. * * This function is not thread-safe! */ Loading lib/nss.c +1 −1 Original line number Diff line number Diff line Loading @@ -157,7 +157,7 @@ static const cipher_s cipherlist[] = { #endif }; /* following ciphers are new in NSS 3.4 and not enabled by default, therefor /* following ciphers are new in NSS 3.4 and not enabled by default, therefore they are enabled explicitly */ static const int enable_ciphers_by_default[] = { TLS_DHE_DSS_WITH_AES_128_CBC_SHA, Loading Loading
docs/libcurl/libcurl-tutorial.3 +1 −1 Original line number Diff line number Diff line Loading @@ -754,7 +754,7 @@ to another language and execute that. - Read the Javascript code and rewrite the same logic in another language. - Implement a Javascript interpreted, people have successfully used the - Implement a Javascript interpreter; people have successfully used the Mozilla Javascript engine in the past. - Ask your admins to stop this, for a static proxy setup or similar. Loading
include/curl/curl.h +2 −2 Original line number Diff line number Diff line Loading @@ -186,7 +186,7 @@ typedef size_t (*curl_write_callback)(char *buffer, size_t nitems, void *outstream); /* this is the return codes for the seek callbacks */ /* These are the return codes for the seek callbacks */ #define CURL_SEEKFUNC_OK 0 #define CURL_SEEKFUNC_FAIL 1 /* fail the entire transfer */ #define CURL_SEEKFUNC_CANTSEEK 2 /* tell libcurl seeking can't be done, so Loading Loading @@ -1516,7 +1516,7 @@ CURL_EXTERN void curl_free(void *p); * DESCRIPTION * * curl_global_init() should be invoked exactly once for each application that * uses libcurl and before any call of other libcurl function. * uses libcurl and before any call of other libcurl functions. * * This function is not thread-safe! */ Loading
lib/nss.c +1 −1 Original line number Diff line number Diff line Loading @@ -157,7 +157,7 @@ static const cipher_s cipherlist[] = { #endif }; /* following ciphers are new in NSS 3.4 and not enabled by default, therefor /* following ciphers are new in NSS 3.4 and not enabled by default, therefore they are enabled explicitly */ static const int enable_ciphers_by_default[] = { TLS_DHE_DSS_WITH_AES_128_CBC_SHA, Loading