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 a100d79..8187b51 100644
--- a/src/openssl.c
+++ b/src/openssl.c
@@ -4512,6 +4512,7 @@ static const auxL_Reg pk_methods[] = {
{ "verify", &pk_verify },
{ "getDefaultDigestName", &pk_getDefaultDigestName },
{ "toPEM", &pk_toPEM },
+ { "tostring", &pk__tostring },
{ "getParameters", &pk_getParameters },
{ "setParameters", &pk_setParameters },
{ NULL, NULL },