projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eebeb52
)
Using correct lock for X509_REQ.
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 22 Sep 2006 17:06:09 +0000
(17:06 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 22 Sep 2006 17:06:09 +0000
(17:06 +0000)
PR:1348
crypto/asn1/x_req.c
patch
|
blob
|
history
diff --git
a/crypto/asn1/x_req.c
b/crypto/asn1/x_req.c
index 271c07d67bda5cfce693291e25e521114498fa0b..d57555827cca9479669b4da0d1465c180acd7ed6 100644
(file)
--- a/
crypto/asn1/x_req.c
+++ b/
crypto/asn1/x_req.c
@@
-103,7
+103,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_
INFO
) = {
+ASN1_SEQUENCE_ref(X509_REQ, 0, CRYPTO_LOCK_X509_
REQ
) = {
ASN1_SIMPLE(X509_REQ, req_info, X509_REQ_INFO),
ASN1_SIMPLE(X509_REQ, sig_alg, X509_ALGOR),
ASN1_SIMPLE(X509_REQ, signature, ASN1_BIT_STRING)