summaryrefslogtreecommitdiffstats
path: root/crypto/ocsp/ocsp_lcl.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ocsp/ocsp_lcl.h')
-rw-r--r--crypto/ocsp/ocsp_lcl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/ocsp/ocsp_lcl.h b/crypto/ocsp/ocsp_lcl.h
index 8e6e5e840f..c60d956099 100644
--- a/crypto/ocsp/ocsp_lcl.h
+++ b/crypto/ocsp/ocsp_lcl.h
@@ -72,9 +72,9 @@
*/
struct ocsp_cert_id_st {
X509_ALGOR hashAlgorithm;
- ASN1_OCTET_STRING *issuerNameHash;
- ASN1_OCTET_STRING *issuerKeyHash;
- ASN1_INTEGER *serialNumber;
+ ASN1_OCTET_STRING issuerNameHash;
+ ASN1_OCTET_STRING issuerKeyHash;
+ ASN1_INTEGER serialNumber;
};
/*- Request ::= SEQUENCE {