diff options
-rw-r--r-- | src/openssl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/openssl.c b/src/openssl.c index d5c0122..c589d6c 100644 --- a/src/openssl.c +++ b/src/openssl.c | |||
@@ -2655,6 +2655,7 @@ static const luaL_Reg xc_methods[] = { | |||
2655 | { "getPublicKey", &xc_getPublicKey }, | 2655 | { "getPublicKey", &xc_getPublicKey }, |
2656 | { "setPublicKey", &xc_setPublicKey }, | 2656 | { "setPublicKey", &xc_setPublicKey }, |
2657 | { "sign", &xc_sign }, | 2657 | { "sign", &xc_sign }, |
2658 | { "tostring", &xc__tostring }, | ||
2658 | { NULL, NULL }, | 2659 | { NULL, NULL }, |
2659 | }; | 2660 | }; |
2660 | 2661 | ||
@@ -2860,6 +2861,7 @@ static const luaL_Reg xr_methods[] = { | |||
2860 | { "getPublicKey", &xr_getPublicKey }, | 2861 | { "getPublicKey", &xr_getPublicKey }, |
2861 | { "setPublicKey", &xr_setPublicKey }, | 2862 | { "setPublicKey", &xr_setPublicKey }, |
2862 | { "sign", &xr_sign }, | 2863 | { "sign", &xr_sign }, |
2864 | { "tostring", &xr__tostring }, | ||
2863 | { NULL, NULL }, | 2865 | { NULL, NULL }, |
2864 | }; | 2866 | }; |
2865 | 2867 | ||