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:
authorMatt Braithwaite <mab@google.com>2015-11-04 00:40:00 +0300
committerAdam Langley <agl@google.com>2015-11-04 00:47:19 +0300
commitfa9eb568b07597af5ff75dd2bb8204e40fbfea78 (patch)
treee96086b52270c42aca5648345c1ff14b818ba646 /include/openssl/aead.h
parentf1c1cf879483feac072f17c4951620b4462eacab (diff)
Correct the spelling of "primitive".
Spotted by Matt Smart. Change-Id: Id9c61ba6a293ddc52b2e2c93c427860765848c6d Reviewed-on: https://boringssl-review.googlesource.com/6430 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'include/openssl/aead.h')
-rw-r--r--include/openssl/aead.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/aead.h b/include/openssl/aead.h
index f719f027..aa2b080d 100644
--- a/include/openssl/aead.h
+++ b/include/openssl/aead.h
@@ -24,7 +24,7 @@ extern "C" {
/* Authenticated Encryption with Additional Data.
*
- * AEAD couples confidentiality and integrity in a single primtive. AEAD
+ * AEAD couples confidentiality and integrity in a single primitive. AEAD
* algorithms take a key and then can seal and open individual messages. Each
* message has a unique, per-message nonce and, optionally, additional data
* which is authenticated but not included in the ciphertext.