aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_x509req.c
diff options
context:
space:
mode:
Diffstat (limited to 'ossl_x509req.c')
-rw-r--r--ossl_x509req.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ossl_x509req.c b/ossl_x509req.c
index 3e658bd..285ff98 100644
--- a/ossl_x509req.c
+++ b/ossl_x509req.c
@@ -116,7 +116,6 @@ ossl_x509req_initialize(int argc, VALUE *argv, VALUE self)
req = X509_REQ_new();
break;
case T_STRING:
- Check_SafeStr(buffer);
if (!(in = BIO_new_mem_buf(RSTRING(buffer)->ptr, -1))) {
OSSL_Raise(eX509RequestError, "");
}