aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/openssl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openssl.c b/src/openssl.c
index 827aa7d..4ffad71 100644
--- a/src/openssl.c
+++ b/src/openssl.c
@@ -5121,6 +5121,7 @@ static int xn__tostring(lua_State *L) {
static const auxL_Reg xn_methods[] = {
{ "add", &xn_add },
{ "all", &xn_all },
+ { "each", &xn__pairs },
{ NULL, NULL },
};