aboutsummaryrefslogtreecommitdiff
path: root/test/asn1_string_table_test.c
diff options
context:
space:
mode:
authornxtstep <code@supersimple.io>2018-12-10 10:39:24 +0100
committerPauli <paul.dale@oracle.com>2018-12-11 20:57:31 +1000
commit275a7b9e5eef3af2834b734b42c5054149ff5e87 (patch)
treef2a410c34f2ffe2233a5834d58789f6683a59040 /test/asn1_string_table_test.c
parent72818ef0055c79fb4d9ecc3844d117e6c9ae314c (diff)
downloadopenssl-275a7b9e5eef3af2834b734b42c5054149ff5e87.zip
openssl-275a7b9e5eef3af2834b734b42c5054149ff5e87.tar.gz
openssl-275a7b9e5eef3af2834b734b42c5054149ff5e87.tar.bz2
typo ANS1 -> ASN1
CLA: trivial Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7857)
Diffstat (limited to 'test/asn1_string_table_test.c')
-rw-r--r--test/asn1_string_table_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asn1_string_table_test.c b/test/asn1_string_table_test.c
index 4f14a31..5c3501b 100644
--- a/test/asn1_string_table_test.c
+++ b/test/asn1_string_table_test.c
@@ -7,7 +7,7 @@
* https://www.openssl.org/source/license.html
*/
-/* Tests for the ANS1_STRING_TABLE_* functions */
+/* Tests for the ASN1_STRING_TABLE_* functions */
#include <stdio.h>
#include <string.h>