From 23dd3a210368ed4ab6923f362e4f9de1f3ebb2a3 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Fri, 22 Apr 2016 12:21:51 +1000 Subject: Keep old deprecated names 'tobin', 'todec', 'tohex' Turns out they were in release 20151221 --- src/openssl.c | 4 ++++ 1 file changed, 4 insertions(+) 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 }, }; -- cgit v1.2.3-59-g8ed1b