summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaie%kuix.de <devnull@localhost>2008-04-22 15:59:26 +0000
committerkaie%kuix.de <devnull@localhost>2008-04-22 15:59:26 +0000
commit8a232a9d1f05e38ed2d4a09bf0208d178ed70a6c (patch)
tree34b69fc4c2b730a7d0cc09245f07527314da5781
parent77bd6a9bcd2566bf45815a39a39d75b4c7b68ee2 (diff)
downloadnss-hg-8a232a9d1f05e38ed2d4a09bf0208d178ed70a6c.tar.gz
Bug 428105, CERT_SetOCSPTimeout is not defined in any public header file
r=nelson
-rw-r--r--security/nss/lib/certhigh/ocsp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/security/nss/lib/certhigh/ocsp.h b/security/nss/lib/certhigh/ocsp.h
index a51bc7c39..640a839eb 100644
--- a/security/nss/lib/certhigh/ocsp.h
+++ b/security/nss/lib/certhigh/ocsp.h
@@ -100,6 +100,12 @@ extern SECStatus
CERT_SetOCSPFailureMode(SEC_OcspFailureMode ocspFailureMode);
/*
+ * Configure the maximum time NSS will wait for an OCSP response.
+ */
+extern SECStatus
+CERT_SetOCSPTimeout(PRUint32 seconds);
+
+/*
* Removes all items currently stored in the OCSP cache.
*/
extern SECStatus