Skip to content

Commit

Permalink
doc: fix openssl.base64 API
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozg committed May 16, 2024
1 parent b5f72a2 commit c262b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ base64 encode or decode
@function base64
@tparam string|bio input
@tparam[opt=true] boolean encode true to encoed, false to decode
@tparam[opt=true] boolean NO_NL true with newline, false without newline
@tparam[opt=true] boolean NO_NL default true without newline, false with newline
@treturn string
*/
static LUA_FUNCTION(openssl_base64)
Expand Down

0 comments on commit c262b39

Please sign in to comment.