summaryrefslogtreecommitdiffstats
path: root/crypto/include
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/include')
-rw-r--r--crypto/include/internal/aria.h4
-rw-r--r--crypto/include/internal/evp_int.h2
2 files changed, 3 insertions, 3 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
diff --git a/crypto/include/internal/evp_int.h b/crypto/include/internal/evp_int.h
index f409400285..562ac42ab5 100644
--- a/crypto/include/internal/evp_int.h
+++ b/crypto/include/internal/evp_int.h
@@ -396,7 +396,7 @@ void openssl_add_all_digests_int(void);
void evp_cleanup_int(void);
void evp_app_cleanup_int(void);
-/* Pulling defines out of C soure files */
+/* Pulling defines out of C source files */
#define EVP_RC4_KEY_SIZE 16
#ifndef TLS1_1_VERSION