summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openssl.c b/src/openssl.c
index 2cdf1d4..2ac14f1 100644
--- a/src/openssl.c
+++ b/src/openssl.c
@@ -3630,7 +3630,7 @@ error:
3630 sk_X509_free(ca); 3630 sk_X509_free(ca);
3631 3631
3632 if (no_kcert) 3632 if (no_kcert)
3633 luaL_argerror(L, 1, lua_pushstring(L, "certificate matching the key not found")); 3633 luaL_argerror(L, 1, lua_pushfstring(L, "certificate matching the key not found"));
3634 3634
3635 return throwssl(L, "pkcs12.new"); 3635 return throwssl(L, "pkcs12.new");
3636} /* p12_new() */ 3636} /* p12_new() */