Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2015-06-30 16:29:04 +0300
committerAdam Langley <agl@google.com>2015-07-02 00:33:29 +0300
commitdeedad12387ea758024ededdbf7356624cd93ea7 (patch)
treed86781eb04b059e408f906ac0d66c6213c99c407 /include/openssl/aes.h
parenta8653208ec76d228e889082d5c5e6ce781cdcd8d (diff)
Fix documentation typo.
Change-Id: Iaa05acf1f775b0b35cc99e5f2c048f4e70f0a899 Reviewed-on: https://boringssl-review.googlesource.com/5300 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'include/openssl/aes.h')
-rw-r--r--include/openssl/aes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/aes.h b/include/openssl/aes.h
index 84cde416..ed060ff6 100644
--- a/include/openssl/aes.h
+++ b/include/openssl/aes.h
@@ -124,7 +124,7 @@ OPENSSL_EXPORT void AES_cbc_encrypt(const uint8_t *in, uint8_t *out, size_t len,
const AES_KEY *key, uint8_t *ivec,
const int enc);
-/* AES_ofb128_encrypt encrypts (or decrypts, it's the same in CTR mode) |len|
+/* AES_ofb128_encrypt encrypts (or decrypts, it's the same in OFB mode) |len|
* bytes from |in| to |out|. The |num| parameter must be set to zero on the
* first call. */
OPENSSL_EXPORT void AES_ofb128_encrypt(const uint8_t *in, uint8_t *out,