diff options
author | Zack Weinberg <zackw@panix.com> | 2017-10-11 12:05:59 -0400 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2017-10-11 12:05:59 -0400 |
commit | ae16de6056d988d5cb7293f077750987c8993e63 (patch) | |
tree | 6989b846af2f986a64d4f50c404bfa159eeb9048 /README | |
parent | c0fc29ec4917c2389ddd4b9279d6973d365d12b0 (diff) | |
download | libxcrypt-ae16de6056d988d5cb7293f077750987c8993e63.tar.gz libxcrypt-ae16de6056d988d5cb7293f077750987c8993e63.tar.bz2 libxcrypt-ae16de6056d988d5cb7293f077750987c8993e63.zip |
It's "Openwall", not "OpenWall".
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ libxcrypt is a modern library for one-way hashing of passwords. It supports DES, MD5, SHA-2-256, SHA-2-512, and bcrypt-based password hashes, and provides the traditional Unix 'crypt' and 'crypt_r' interfaces, as well as a set of extended interfaces pioneered by -OpenWall Linux, 'crypt_rn', 'crypt_ra', 'crypt_gensalt', +Openwall Linux, 'crypt_rn', 'crypt_ra', 'crypt_gensalt', 'crypt_gensalt_rn', and 'crypt_gensalt_ra'. libxcrypt is intended to be used by login(1), passwd(1), and other @@ -70,7 +70,7 @@ Library. This means that all existing binary executables linked against glibc's libcrypt should work unmodified with this library's libcrypt.so.1. We have taken pains to provide exactly the same "symbol versions" as were used by glibc on various CPU architectures, -and to account for the variety of ways in which the OpenWall +and to account for the variety of ways in which the Openwall extensions were patched into glibc's libcrypt by some Linux distributions. (For instance, compatibility symlinks for SuSE's "libowcrypt" are provided.) |