summaryrefslogtreecommitdiffstats
path: root/crypto/ocsp/ocsp.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-01-05 03:31:51 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-01-05 03:31:51 +0000
commit8e961835063985d61b5131dc4c912e565918d8a3 (patch)
treef24696e140606d4f7e53327bc83b56c19a9afe90 /crypto/ocsp/ocsp.h
parenta8312c0e24a73e70b25d9811de2106f50b32081b (diff)
Modify OCSP API to more closely reflect
application needs. Add OCSP library name to error code.
Diffstat (limited to 'crypto/ocsp/ocsp.h')
-rw-r--r--crypto/ocsp/ocsp.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/crypto/ocsp/ocsp.h b/crypto/ocsp/ocsp.h
index 7c131d28f4..7bc23ba4cf 100644
--- a/crypto/ocsp/ocsp.h
+++ b/crypto/ocsp/ocsp.h
@@ -395,10 +395,7 @@ OCSP_CERTID *OCSP_cert_id_new(const EVP_MD *dgst,
OCSP_CERTSTATUS *OCSP_cert_status_new(int status, int reason, char *tim);
-OCSP_REQUEST *OCSP_request_new(X509_NAME* name);
-
-int OCSP_request_add(OCSP_REQUEST *req,
- OCSP_CERTID *cid);
+OCSP_ONEREQ *OCSP_request_add0(OCSP_REQUEST *req, OCSP_CERTID *cid);
int OCSP_request_sign(OCSP_REQUEST *req,
EVP_PKEY *key,