diff options
author | william <william@25tandclement.com> | 2014-09-11 13:25:57 -0700 |
---|---|---|
committer | william <william@25tandclement.com> | 2014-09-11 13:25:57 -0700 |
commit | 3b104d32c371fab0ef77f678b2cf6640255247dc (patch) | |
tree | 5aab8f803eb8909d88d120e6fcf3a391d5a51485 | |
parent | fd6efb22e98d51b441b9b4d9e440c099ba07ca4a (diff) | |
download | luaossl-3b104d32c371fab0ef77f678b2cf6640255247dc.tar.gz luaossl-3b104d32c371fab0ef77f678b2cf6640255247dc.tar.bz2 luaossl-3b104d32c371fab0ef77f678b2cf6640255247dc.zip |
style fix
-rw-r--r-- | src/openssl.c | 3 |
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"); |