diff options
-rw-r--r-- | src/openssl.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/openssl.c b/src/openssl.c index 107ec23..2275d49 100644 --- a/src/openssl.c +++ b/src/openssl.c @@ -2281,6 +2281,10 @@ static const auxL_Reg bn_methods[] = { { "toBinary", &bn_toBinary }, { "toDecimal", &bn_toDecimal }, { "toHex", &bn_toHex }, + /* deprecated */ + { "tobin", &bn_toBinary }, + { "todec", &bn_toDecimal }, + { "tohex", &bn_toHex }, { NULL, NULL }, }; |