diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2013-11-30 00:13:37 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-30 00:13:39 -0600 |
commit | 3b7da3e0025997850b8a1ce41a97f3b80f2cd7af (patch) | |
tree | 7e5770bc99663c5ba83cb1d1ba21b3f4ef15aa21 /libraries/nacl | |
parent | b3be3236b182947952ac78a1462a2a700e3214bb (diff) | |
download | slackbuilds-3b7da3e0025997850b8a1ce41a97f3b80f2cd7af.tar.gz |
libraries/nacl: Fixed file ending with no newline.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/nacl')
-rw-r--r-- | libraries/nacl/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/nacl/README b/libraries/nacl/README index 5a25eb0ba2..48f3eec4b3 100644 --- a/libraries/nacl/README +++ b/libraries/nacl/README @@ -1,4 +1,4 @@ nacl is a is a new easy-to-use high-speed software library for network communication, encryption, decryption, signatures, etc. NaCl's goal is to provide all of the core operations needed to -build higher-level cryptographic tools.
\ No newline at end of file +build higher-level cryptographic tools. |