mirror of
https://github.com/curl/curl.git
synced 2026-07-26 22:17:20 +03:00
Curl_base64url_encode: unit-tested in 1302
This commit is contained in:
parent
aae4e4bf70
commit
e1b13eba75
2 changed files with 20 additions and 2 deletions
|
|
@ -303,7 +303,7 @@ CURLcode Curl_base64_encode(struct SessionHandle *data,
|
|||
*
|
||||
* When encoded data length is 0, returns NULL in *outptr.
|
||||
*
|
||||
* @unittest:
|
||||
* @unittest: 1302
|
||||
*/
|
||||
CURLcode Curl_base64url_encode(struct SessionHandle *data,
|
||||
const char *inputbuff, size_t insize,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue