aboutsummaryrefslogtreecommitdiffstats
path: root/src/openssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/openssl.c')
-rw-r--r--src/openssl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/openssl.c b/src/openssl.c
index 9845bcc..d18cf67 100644
--- a/src/openssl.c
+++ b/src/openssl.c
@@ -3098,8 +3098,7 @@ static int xx_new(lua_State *L) {
if (!ok)
return throwssl(L, "x509.crl.new");
- }
- else {
+ } else {
if (!(*ud = X509_CRL_new()))
return throwssl(L, "x509.crl.new");