aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_x509crl.c
diff options
context:
space:
mode:
Diffstat (limited to 'ossl_x509crl.c')
-rw-r--r--ossl_x509crl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ossl_x509crl.c b/ossl_x509crl.c
index d8761c3..c76ca5a 100644
--- a/ossl_x509crl.c
+++ b/ossl_x509crl.c
@@ -95,7 +95,6 @@ ossl_x509crl_initialize(int argc, VALUE *argv, VALUE self)
crl = X509_CRL_new();
break;
case T_STRING:
- Check_SafeStr(buffer);
if (!(in = BIO_new_mem_buf(RSTRING(buffer)->ptr, -1))) {
OSSL_Raise(eX509CRLError, "");
}