Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions lib/libcrypt.map.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ crypt_checksalt XCRYPT_4.3
crypt_preferred_method XCRYPT_4.4

# Interfaces for code compatibility with libxcrypt v3.1.1 and earlier.
# No longer available to new binaries.
crypt_gensalt_r - XCRYPT_2.0
xcrypt - XCRYPT_2.0
xcrypt_r - XCRYPT_2.0
xcrypt_gensalt - XCRYPT_2.0
xcrypt_gensalt_r - XCRYPT_2.0
# No longer available to new binaries. Include in version-script, only
# if one of the compatibility interfaces is enabled.
crypt_gensalt_r - XCRYPT_2.0:alt:glibc:owl:suse:yes
xcrypt - XCRYPT_2.0:alt:glibc:owl:suse:yes
xcrypt_r - XCRYPT_2.0:alt:glibc:owl:suse:yes
xcrypt_gensalt - XCRYPT_2.0:alt:glibc:owl:suse:yes
xcrypt_gensalt_r - XCRYPT_2.0:alt:glibc:owl:suse:yes

# Deprecated interfaces, POSIX and otherwise; also present in GNU libc
# since 2.0
Expand Down
Loading