summaryrefslogtreecommitdiffstats
path: root/crypto/ocsp/ocsp.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-11-14 13:50:42 +0000
committerRichard Levitte <levitte@openssl.org>2000-11-14 13:50:42 +0000
commitcd1bf28e2cd9f3226ca090461eb0ff8c4c220aa0 (patch)
tree24d9b6482087a508a0ba548f2828daa49e0aeecb /crypto/ocsp/ocsp.h
parent74e10aa58bf675cd7d9b555d914978be41f51ff9 (diff)
Two OCSP functions that aren't yet implemented.
Diffstat (limited to 'crypto/ocsp/ocsp.h')
-rw-r--r--crypto/ocsp/ocsp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/ocsp/ocsp.h b/crypto/ocsp/ocsp.h
index 7b2be2a7d2..4899a1ae49 100644
--- a/crypto/ocsp/ocsp.h
+++ b/crypto/ocsp/ocsp.h
@@ -541,13 +541,17 @@ int OCSP_extension_print(BIO *bp, X509_EXTENSION *x, int ind);
void ERR_load_OCSP_strings(void);
+#if 0 /* Not yet implemented */
X509_EXTENSION *OCSP_nochain_new(void);
+#endif
char* ocspResponseStatus2string(long s);
char* ocspCertStatus2string(long s);
char * cRLReason2string(long s);
+#if 0 /* Not yet implemented */
void OCSP_add_standard_extension(void);
+#endif
/* BEGIN ERROR CODES */
/* The following lines are auto generated by the script mkerr.pl. Any changes