/usr/include/pathfinder-1/libpathfinder-nss.h is in libpathfinder-dev 1.1.3-0.4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | /*
* libpathfinder-nss.h
*
* Copyright (C) 2007 Carillon Information Security Inc.
*
* This library is covered by the LGPL v2.1 or later, please read LICENSE for details.
*/
#ifndef __LIBPATHFINDER_NSS_H
#define __LIBPATHFINDER_NSS_H
#include <nss.h>
#include <prio.h>
#include <secitem.h>
#include <ssl.h>
#ifdef __cplusplus
extern "C" {
#endif
SECStatus nss_verify_cb(void *arg, PRFileDesc *socket, PRBool checksig,
PRBool isServer);
#ifdef __cplusplus
}
#endif
#endif // __LIBPATHFINDER_NSS_H
|