Skip to content

Commit

Permalink
Update comment to reflect new parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mwild1 committed Jul 6, 2024
1 parent c920d31 commit 32ff125
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 @@ -4108,7 +4108,7 @@ static BIO *getbio(lua_State *L) {
static int pk_new(lua_State *L) {
EVP_PKEY **ud;

/* #1 table or key; if key, #2 format and #3 type */
/* #1 table or key; if key, #2 format and #3 type, #4 curve name */
lua_settop(L, 4);

if (lua_istable(L, 1) || lua_isnil(L, 1)) {
Expand Down

0 comments on commit 32ff125

Please sign in to comment.