aboutsummaryrefslogtreecommitdiff
path: root/test/destest.c
diff options
context:
space:
mode:
authorklemens <ka7@github.com>2016-08-05 19:56:58 +0200
committerRich Salz <rsalz@openssl.org>2016-08-05 19:07:30 -0400
commit6025001707fd65679d758c877200469d4e72ea88 (patch)
tree557bc457aea10e4f854f1ae975d38b0e9c8c79fb /test/destest.c
parent1ccbe6b32c98f61526e364c7abc94f55ec600293 (diff)
downloadopenssl-6025001707fd65679d758c877200469d4e72ea88.zip
openssl-6025001707fd65679d758c877200469d4e72ea88.tar.gz
openssl-6025001707fd65679d758c877200469d4e72ea88.tar.bz2
spelling fixes, just comments and readme.
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1413)
Diffstat (limited to 'test/destest.c')
-rw-r--r--test/destest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/destest.c b/test/destest.c
index 877f71d..84d753d 100644
--- a/test/destest.c
+++ b/test/destest.c
@@ -214,7 +214,7 @@ static unsigned char cbc_ok[32] = {
};
# ifdef SCREW_THE_PARITY
-# error "SCREW_THE_PARITY is not ment to be defined."
+# error "SCREW_THE_PARITY is not meant to be defined."
# error "Original vectors are preserved for reference only."
static unsigned char cbc2_key[8] =
{ 0xf0, 0xe1, 0xd2, 0xc3, 0xb4, 0xa5, 0x96, 0x87 };