diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-08-26 15:04:02 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-08-26 15:04:02 -0700 |
commit | 59d112a4c7b6bd3ab220abbb68d8127f316a109c (patch) | |
tree | 32d813cc9ef515949cf2dd8d0864d870de17c2ad /ChangeLog | |
parent | 595aba70a4c676f7efaf6a012f54cd22aa189c5b (diff) | |
download | glibc-59d112a4c7b6bd3ab220abbb68d8127f316a109c.tar.gz glibc-59d112a4c7b6bd3ab220abbb68d8127f316a109c.tar.xz glibc-59d112a4c7b6bd3ab220abbb68d8127f316a109c.zip |
Use proper #include for xdecrypt declarations.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9cde901094..2000233eb7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-08-26 Roland McGrath <roland@hack.frob.com> + + * nss/nss_files/files-key.c: Include <rpc/des_crypt.h> + instead of explicitly declaring xdecrypt. + * nis/nss_nis/nis-publickey.c: Likewise. + 2013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com> [BZ #15890] |