aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_x509.c
diff options
context:
space:
mode:
Diffstat (limited to 'ossl_x509.c')
-rw-r--r--ossl_x509.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ossl_x509.c b/ossl_x509.c
index 70081c7..e2034e1 100644
--- a/ossl_x509.c
+++ b/ossl_x509.c
@@ -142,7 +142,6 @@ ossl_x509_initialize(int argc, VALUE *argv, VALUE self)
break;
case T_STRING:
- Check_SafeStr(buffer);
if (!(in = BIO_new_mem_buf(RSTRING(buffer)->ptr, RSTRING(buffer)->len))) {
OSSL_Raise(eX509CertificateError, "");
}