summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Ahern <william@25thandClement.com>2015-12-21 17:44:38 +0800
committerWilliam Ahern <william@25thandClement.com>2015-12-21 17:44:38 +0800
commitc9d5c4428f603adb0d74dd9601261c08cec61603 (patch)
tree3f170f56591c466909cab4984c264ddd5e1e00a0
parent472e9873ca9929d7811953e8d27e615b19135692 (diff)
downloadluaossl-c9d5c4428f603adb0d74dd9601261c08cec61603.tar.gz
luaossl-c9d5c4428f603adb0d74dd9601261c08cec61603.tar.bz2
luaossl-c9d5c4428f603adb0d74dd9601261c08cec61603.zip
for now, don't be so harsh and break any existing code
-rw-r--r--src/openssl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openssl.c b/src/openssl.c
index f03c129..499bcce 100644
--- a/src/openssl.c
+++ b/src/openssl.c
@@ -2018,6 +2018,7 @@ static const luaL_Reg bn_metatable[] = {
2018 { "__add", &bn__add }, 2018 { "__add", &bn__add },
2019 { "__sub", &bn__sub }, 2019 { "__sub", &bn__sub },
2020 { "__mul", &bn__mul }, 2020 { "__mul", &bn__mul },
2021 { "__div", &bn__idiv },
2021 { "__idiv", &bn__idiv }, 2022 { "__idiv", &bn__idiv },
2022 { "__mod", &bn__mod }, 2023 { "__mod", &bn__mod },
2023 { "__pow", &bn__pow }, 2024 { "__pow", &bn__pow },