Removed base64_encode_value from encode api, as it requires sanitized inputs (6 bit values) and is error prone for users
This commit is contained in:
parent
9adb42e579
commit
a4220df30c
1
external/libb64-1.2.1/include/b64/cencode.h
vendored
1
external/libb64-1.2.1/include/b64/cencode.h
vendored
|
@ -28,7 +28,6 @@ typedef struct
|
|||
|
||||
void base64_init_encodestate(base64_encodestate* state_in);
|
||||
|
||||
char base64_encode_value(char value_in);
|
||||
|
||||
int base64_encode_block(const char* plaintext_in, int length_in, char* code_out, base64_encodestate* state_in);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user