]> git.sur5r.net Git - openldap/commitdiff
Tweak MozNSS include path
authorHoward Chu <hyc@openldap.org>
Sat, 29 Aug 2009 03:56:25 +0000 (03:56 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 29 Aug 2009 03:56:25 +0000 (03:56 +0000)
libraries/liblutil/passwd.c

index 425f682779c15a2522c15cd4cb43d96f2c3c73d8..853b940277397918843c28ad7f9138a92cf782db 100644 (file)
@@ -52,7 +52,7 @@ typedef des_key_schedule des_context;
   one in lutil_sha1.h to blow up
 */
 #define PROTYPES_H 1
-#      include <pk11pub.h>
+#      include <nss/pk11pub.h>
 typedef PK11SymKey *des_key;
 typedef unsigned char des_data_block[8];
 typedef PK11Context *des_context[1];