summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x_req.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/x509/x_req.c')
-rw-r--r--crypto/x509/x_req.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509/x_req.c b/crypto/x509/x_req.c
index c1caf09c67..2fdf015003 100644
--- a/crypto/x509/x_req.c
+++ b/crypto/x509/x_req.c
@@ -105,7 +105,7 @@ ASN1_SEQUENCE_enc(X509_REQ_INFO, enc, rinf_cb) = {
IMPLEMENT_ASN1_FUNCTIONS(X509_REQ_INFO)
-ASN1_SEQUENCE_ref(X509_REQ, 0, CRYPTO_LOCK_X509_REQ) = {
+ASN1_SEQUENCE_ref(X509_REQ, 0) = {
ASN1_EMBED(X509_REQ, req_info, X509_REQ_INFO),
ASN1_EMBED(X509_REQ, sig_alg, X509_ALGOR),
ASN1_SIMPLE(X509_REQ, signature, ASN1_BIT_STRING)