fix-nss-path
authorDebian FreeIPA Team <pkg-freeipa-devel@alioth-lists.debian.net>
Thu, 11 Jul 2019 17:33:27 +0000 (18:33 +0100)
committerRaspbian forward porter <root@raspbian.org>
Thu, 11 Jul 2019 17:33:27 +0000 (18:33 +0100)
Gbp-Pq: Name fix-nss-path.diff

include/ldaputil/certmap.h
lib/ldaputil/examples/init.c

index 50fd4d158a1f8e3d659881e542556f319992f86c..2d63d2d3af96b5f4d53325c9d90fb98fca38a0df 100644 (file)
@@ -16,7 +16,7 @@
 /* What was extcmap.h begins ... */
 
 #include <ldap.h>
-#include <nss3/cert.h>
+#include <nss/cert.h>
 
 #ifndef NSAPI_PUBLIC
 #define NSAPI_PUBLIC
index fd1edc97e767390e6c55b29989e8d91b1766d75e..686091c9257fce63db81460e4d890e9e8968ca09 100644 (file)
@@ -15,7 +15,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <ctype.h>
-#include <nss3/cert.h>
+#include <nss/cert.h>
 #include "certmap.h" /* Public Certmap API */
 #include "plugin.h"  /* must define extern "C" functions */