aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatarLibravatar william <william@25tandclement.com> 2014-09-11 13:25:57 -0700
committerLibravatarLibravatar william <william@25tandclement.com> 2014-09-11 13:25:57 -0700
commit3b104d32c371fab0ef77f678b2cf6640255247dc (patch)
tree5aab8f803eb8909d88d120e6fcf3a391d5a51485 /src
parentfd6efb22e98d51b441b9b4d9e440c099ba07ca4a (diff)
downloadluaossl-3b104d32c371fab0ef77f678b2cf6640255247dc.tar.gz
luaossl-3b104d32c371fab0ef77f678b2cf6640255247dc.tar.bz2
luaossl-3b104d32c371fab0ef77f678b2cf6640255247dc.zip
style fix
Diffstat (limited to 'src')
-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");