summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorZack Weinberg <zackw@panix.com>2017-10-11 12:05:59 -0400
committerZack Weinberg <zackw@panix.com>2017-10-11 12:05:59 -0400
commitae16de6056d988d5cb7293f077750987c8993e63 (patch)
tree6989b846af2f986a64d4f50c404bfa159eeb9048 /README
parentc0fc29ec4917c2389ddd4b9279d6973d365d12b0 (diff)
downloadlibxcrypt-ae16de6056d988d5cb7293f077750987c8993e63.tar.gz
libxcrypt-ae16de6056d988d5cb7293f077750987c8993e63.tar.bz2
libxcrypt-ae16de6056d988d5cb7293f077750987c8993e63.zip
It's "Openwall", not "OpenWall".
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 79a6f3e..f63210e 100644
--- a/README
+++ b/README
@@ -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.)