~ubuntu-branches/ubuntu/lucid/seamonkey/lucid-security

« back to all changes in this revision

Viewing changes to security/nss/lib/certhigh/ocspi.h

  • Committer: Bazaar Package Importer
  • Author(s): Fabien Tassin
  • Date: 2008-07-29 21:29:02 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080729212902-spm9kpvchp9udwbw
Tags: 1.1.11+nobinonly-0ubuntu1
* New security upstream release: 1.1.11 (LP: #218534)
  Fixes USN-602-1, USN-619-1, USN-623-1 and USN-629-1
* Refresh diverged patch:
  - update debian/patches/80_security_build.patch
* Fix FTBFS with missing -lfontconfig
  - add debian/patches/11_fix_ftbfs_with_fontconfig.patch
  - update debian/patches/series
* Build with default gcc (hardy: 4.2, intrepid: 4.3)
  - update debian/rules
  - update debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
/*
37
37
 * ocspi.h - NSS internal interfaces to OCSP code
38
38
 *
39
 
 * $Id: ocspi.h,v 1.2.2.2 2006/02/03 18:16:45 kaie%kuix.de Exp $
 
39
 * $Id: ocspi.h,v 1.2.2.3 2007/04/25 01:05:06 kaie%kuix.de Exp $
40
40
 */
41
41
 
42
42
#ifndef _OCSPI_H_
43
43
#define _OCSPI_H_
44
44
 
45
 
SECStatus InitOCSPGlobal(void);
 
45
SECStatus OCSP_InitGlobal(void);
 
46
SECStatus OCSP_ShutdownCache(void);
46
47
 
47
48
#endif /* _OCSPI_H_ */