From 29285cd87b90e1e1b68f4f94da7cfce6ad03b27e Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 15 Jan 2015 22:31:50 +0100 Subject: [PATCH] Decapitalize --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e1c426bc..ddae0433 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,7 +4,7 @@ crypto_box_easy_afternm(), crypto_box_open_easy_afternm(), crypto_box_detached_afternm() and crypto_box_open_detached_afternm() have been added as an alternative to the NaCl interface. - - Memory allocation functions can now be used on Operating systems with + - Memory allocation functions can now be used on operating systems with no memory protection. - crypto_sign_open() and crypto_sign_edwards25519sha512batch_open() now accept a NULL pointer instead of a pointer to the message size, if