summaryrefslogtreecommitdiffstats
path: root/crypto/ocsp/ocsp.h
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2000-11-12 02:11:13 +0000
committerBen Laurie <ben@openssl.org>2000-11-12 02:11:13 +0000
commit2f9f0c72de36b2d770f380c04e389c910c315304 (patch)
tree43433b5b736fe7d9e1e07fc3790d1648dd3a8c1c /crypto/ocsp/ocsp.h
parentcb4ae6c0d35cf60c7b4fe77bfe83a62d2d47eec5 (diff)
Make this stuff compile.
Diffstat (limited to 'crypto/ocsp/ocsp.h')
-rw-r--r--crypto/ocsp/ocsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ocsp/ocsp.h b/crypto/ocsp/ocsp.h
index 34563bf9c4..7b2be2a7d2 100644
--- a/crypto/ocsp/ocsp.h
+++ b/crypto/ocsp/ocsp.h
@@ -430,7 +430,7 @@ OCSP_RESPONSE *OCSP_response_new(int status,
char *data);
ASN1_STRING *ASN1_STRING_encode(ASN1_STRING *s, int (*i2d)(),
- char *data, STACK *sk);
+ char *data, STACK_OF(ASN1_OBJECT) *sk);
X509_EXTENSION *OCSP_nonce_new(void *p, unsigned int len);