summaryrefslogtreecommitdiffstats
path: root/crypto/include/internal/aria.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/include/internal/aria.h')
-rw-r--r--crypto/include/internal/aria.h4
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