blob: 6029f8a76e3cdcacd3d0aaf9889f4d24cfba3d35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Set of C functions defined by libcrypt.so.1 that should no longer be
# used at all, either because they imply use of the obsolete DES
# encryption algorithm, or because they are alternative, less-portable
# names for 'crypt'.
#
# The list is manually updated, please keep it sorted by name.
encrypt || obsolete-des-encryption
encrypt_r || obsolete-des-encryption
setkey || obsolete-des-encryption
setkey_r || obsolete-des-encryption
fcrypt || obsolete-crypt-alias
|