From 557d87ee44b0f4fb9be7c9513b89f51768280a83 Mon Sep 17 00:00:00 2001 From: mterron Date: Sat, 10 May 2025 19:13:06 +1200 Subject: [PATCH] Add RSA support to Redbean proper --- tool/net/redbean.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tool/net/redbean.c b/tool/net/redbean.c index 93816d1aa..284d41ec7 100644 --- a/tool/net/redbean.c +++ b/tool/net/redbean.c @@ -5425,6 +5425,7 @@ static const luaL_Reg kLuaLibs[] = { {"finger", LuaFinger}, // {"path", LuaPath}, // {"re", LuaRe}, // + {"rsa", LuaRSA}, // {"unix", LuaUnix}, // };