aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/libcrypt.abilist
AgeCommit message (Collapse)AuthorFilesLines
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella1-0/+0
All the crypt related functions, cryptographic algorithms, and make requirements are removed, with only the exception of md5 implementation which is moved to locale folder since it is required by localedef for integrity protection (libc's locale-reading code does not check these, but localedef does generate them). Besides thec code itself, both internal documentation and the manual is also adjusted. This allows to remove both --enable-crypt and --enable-nss-crypt configure options. Checked with a build for all affected ABIs. Co-authored-by: Zack Weinberg <zack@owlfolio.org> Reviewed-by: Carlos O'Donell <carlos@redhat.com>
2015-11-06Simplify the abilist formatFlorian Weimer1-2/+0
The new format lists the version on each line, as in: VERSION SYMBOL TYPE [VALUE] This makes it easier to process the files with line-oriented tools. The abilist files were converted with this awk script: /^[^ ]/ { version = $1 } /^ / { print version, substr($0, 2) } And sorted under the "C" locale with sort.
2015-02-13Add placeholder c++-types.data and *.abilist files.Roland McGrath1-0/+2