summaryrefslogtreecommitdiffstats
path: root/test/asn1_encode_test.c
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2017-08-12 20:02:24 +0200
committerFdaSilvaYY <fdasilvayy@gmail.com>2017-08-12 20:07:17 +0200
commitbdcacd93b14ed7381a922b41d74c481224ef9fa1 (patch)
tree069de6e43f984ad1847393d12ee422dcc843e5db /test/asn1_encode_test.c
parent3c1a60e56f090f0478ab0405766003b680982745 (diff)
Fix some typo and comments
[skip ci] Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4149)
Diffstat (limited to 'test/asn1_encode_test.c')
-rw-r--r--test/asn1_encode_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asn1_encode_test.c b/test/asn1_encode_test.c
index b8ec168943..3b8d4184be 100644
--- a/test/asn1_encode_test.c
+++ b/test/asn1_encode_test.c
@@ -672,7 +672,7 @@ static int do_decode_custom(const TEST_CUSTOM_DATA *custom_data,
{
unsigned char *encoding = NULL;
/*
- * We force the defaults to be explicitely encoded to make sure we test
+ * We force the defaults to be explicitly encoded to make sure we test
* for defaults that shouldn't be present (i.e. we check for failure)
*/
size_t encoding_length = make_custom_der(custom_data, &encoding, 1);