mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
BUILD: Fix portability of NSS in file ipa_pwd.c
Tested-by: Timo Aaltonen <tjaalton@ubuntu.com>
This commit is contained in:
committed by
Martin Kosek
parent
c919363538
commit
a4faa2f444
@@ -27,10 +27,10 @@
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
#include <ctype.h>
|
||||
#include <nss3/nss.h>
|
||||
#include <nss3/nssb64.h>
|
||||
#include <nss3/hasht.h>
|
||||
#include <nss3/pk11pub.h>
|
||||
#include <nss.h>
|
||||
#include <nssb64.h>
|
||||
#include <hasht.h>
|
||||
#include <pk11pub.h>
|
||||
#include <errno.h>
|
||||
#include "ipa_pwd.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user