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 dd4bedb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cms.c
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ static int openssl_cms_compress(lua_State *L)
uncompress cms object
@function uncompress
@tparam cms cms
@tparam[dcont=nil] bio the compressed content is detached.
@tparam[opt=nil] bio dcent default nil for normal, in the rare case where the compressed content is detached.
@tparam[opt=0] number flags
@treturn string
*/
Expand Down
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 dd4bedb

Please sign in to comment.