diff options
| -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) { | |||
| 3098 | 3098 | ||
| 3099 | if (!ok) | 3099 | if (!ok) |
| 3100 | return throwssl(L, "x509.crl.new"); | 3100 | return throwssl(L, "x509.crl.new"); |
| 3101 | } | 3101 | } else { |
| 3102 | else { | ||
| 3103 | if (!(*ud = X509_CRL_new())) | 3102 | if (!(*ud = X509_CRL_new())) |
| 3104 | return throwssl(L, "x509.crl.new"); | 3103 | return throwssl(L, "x509.crl.new"); |
| 3105 | 3104 | ||
