plugins/ssl/ssl-nss.c

changeset 7051
8ddb8f560399
parent 7050
12730863b0f9
child 7053
724da43d6430
equal deleted inserted replaced
7050:12730863b0f9 7051:8ddb8f560399
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 */ 21 */
22 #include "internal.h" 22 #include "internal.h"
23 #include "debug.h"
23 #include "plugin.h" 24 #include "plugin.h"
25 #include "sslconn.h"
24 26
25 #define SSL_NSS_PLUGIN_ID "ssl-nss" 27 #define SSL_NSS_PLUGIN_ID "ssl-nss"
26 28
27 #ifdef HAVE_NSS 29 #ifdef HAVE_NSS
28
29 #include "debug.h"
30 #include "sslconn.h"
31 30
32 #include <nspr.h> 31 #include <nspr.h>
33 #include <private/pprio.h> 32 #include <private/pprio.h>
34 #include <nss.h> 33 #include <nss.h>
35 #include <pk11func.h> 34 #include <pk11func.h>

mercurial