diff options
Diffstat (limited to 'tests/Test_strings.c')
-rw-r--r-- | tests/Test_strings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Test_strings.c b/tests/Test_strings.c index 83a73cc..bd38bb6 100644 --- a/tests/Test_strings.c +++ b/tests/Test_strings.c @@ -56,7 +56,7 @@ static const struct tv tv[] = { #define SSTR(x) sizeof(x)-1,x static const struct tv ber[] = { - {ASN1_ETYPE_OCTET_STRING, + {ASN1_ETYPE_OCTET_STRING, SSTR("\xa0\xa0"), SSTR("\x24\x80\x04\x82\x00\x02\xa0\xa0\x00\x00")}, {ASN1_ETYPE_OCTET_STRING, |