projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74e10aa
)
Two OCSP functions that aren't yet implemented.
author
Richard Levitte
<levitte@openssl.org>
Tue, 14 Nov 2000 13:50:42 +0000
(13:50 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 14 Nov 2000 13:50:42 +0000
(13:50 +0000)
crypto/ocsp/ocsp.h
patch
|
blob
|
history
diff --git
a/crypto/ocsp/ocsp.h
b/crypto/ocsp/ocsp.h
index 7b2be2a7d2cc926d2f94fddbe4b235b74afaa121..4899a1ae49312371a574ff1b3b4813704b026649 100644
(file)
--- 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