From 2c15d426b927444652cb53f39bc8463a1e6b91a6 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 14 Dec 2000 18:42:28 +0000 Subject: New function X509V3_extensions_print() this removes extension duplication from the print routines. Reorganisation of OCSP code: initial print routines in ocsp_prn.c. Doesn't work fully because OCSP extensions aren't reimplemented yet. Implement some ASN1 functions needed to compile OCSP code. --- crypto/ocsp/ocsp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/ocsp/ocsp.h') diff --git a/crypto/ocsp/ocsp.h b/crypto/ocsp/ocsp.h index 4807205a84..0ee8fdc827 100644 --- a/crypto/ocsp/ocsp.h +++ b/crypto/ocsp/ocsp.h @@ -510,7 +510,7 @@ void OCSP_REQUEST_free(OCSP_REQUEST *a); int i2d_OCSP_REQUEST(OCSP_REQUEST *a, unsigned char **pp); OCSP_REQUEST *d2i_OCSP_REQUEST(OCSP_REQUEST **a, unsigned char **pp, long length); int i2a_OCSP_REQUEST(BIO *bp, OCSP_REQUEST* a); -int OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST* a); +int OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST* a, unsigned long flags); OCSP_SIGNATURE *OCSP_SIGNATURE_new(void); void OCSP_SIGNATURE_free(OCSP_SIGNATURE *a); -- cgit v1.2.3