Skip to content

Commit

Permalink
ad DEFAULT_CIPHER_LIST in ssl module
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozg committed Jul 20, 2024
1 parent 527f188 commit 95b02d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -2973,5 +2973,8 @@ int luaopen_ssl(lua_State *L)
lua_pushstring(L, DEFAULT_PROTOCOL);
lua_setfield(L, -2, "default");

lua_pushstring(L, SSL_DEFAULT_CIPHER_LIST);
lua_setfield(L, -2, "DEFAULT_CIPHER_LIST");

return 1;
}

0 comments on commit 95b02d8

Please sign in to comment.