diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2017-11-12 01:03:10 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2017-11-12 01:03:10 +0100 |
commit | 46f4e1bec51dc96fa275c168752aa34359d9ee51 (patch) | |
tree | c80b737d1fff479fd88f6c41175187ebad868299 /crypto/include/internal/aria.h | |
parent | lhash.c: Replace Unicode EN DASH with the ASCII char '-'. (diff) | |
download | openssl-46f4e1bec51dc96fa275c168752aa34359d9ee51.tar.xz openssl-46f4e1bec51dc96fa275c168752aa34359d9ee51.zip |
Many spelling fixes/typo's corrected.
Around 138 distinct errors found and fixed; thanks!
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3459)
Diffstat (limited to 'crypto/include/internal/aria.h')
-rw-r--r-- | crypto/include/internal/aria.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/include/internal/aria.h b/crypto/include/internal/aria.h index 0ba093922d..073827185a 100644 --- a/crypto/include/internal/aria.h +++ b/crypto/include/internal/aria.h @@ -8,7 +8,7 @@ * https://www.openssl.org/source/license.html */ - /* Copyright (c) 2017 National Security Resarch Institute. All rights reserved. */ + /* Copyright (c) 2017 National Security Research Institute. All rights reserved. */ #ifndef HEADER_ARIA_H # define HEADER_ARIA_H @@ -22,7 +22,7 @@ # define ARIA_ENCRYPT 1 # define ARIA_DECRYPT 0 -# define ARIA_BLOCK_SIZE 16 /* Size of each encryption/decription block */ +# define ARIA_BLOCK_SIZE 16 /* Size of each encryption/decryption block */ # define ARIA_MAX_KEYS 17 /* Number of keys needed in the worst case */ # ifdef __cplusplus |