diff options
author | Björn Esser <besser82@fedoraproject.org> | 2021-08-04 13:42:54 +0200 |
---|---|---|
committer | Björn Esser <besser82@fedoraproject.org> | 2021-08-04 13:42:54 +0200 |
commit | 8d17b0adf7bc4bd7d9f56e4d176a06eed9a50012 (patch) | |
tree | f2b19fc140917123b9fb2fa9d77b97c20bc6fa54 /NEWS | |
parent | cde05cf278d4fda98405d967817b5ca45ecd220c (diff) | |
download | libxcrypt-8d17b0adf7bc4bd7d9f56e4d176a06eed9a50012.tar.gz libxcrypt-8d17b0adf7bc4bd7d9f56e4d176a06eed9a50012.tar.bz2 libxcrypt-8d17b0adf7bc4bd7d9f56e4d176a06eed9a50012.zip |
NEWS: Fix interpunction.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ Version 4.4.24 * Add ‘test-programs’ utility target to Makefile. It is sometimes useful to compile all the test programs but not run them. Add a Makefile target that does this. -* Fix incorrect bcrypt-related ifdeffage in test/badsalt.c +* Fix incorrect bcrypt-related ifdeffage in test/badsalt.c. The four variants of bcrypt are independently configurable, but the badsalt tests for them were all being toggled by INCLUDE_bcrypt, which is only the macro for the $2b$ variant. |