mirror of https://gitee.com/openkylin/lintian.git
14 lines
482 B
Plaintext
14 lines
482 B
Plaintext
# 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
|