diff options
Diffstat (limited to 'tools/tests/test.h')
| -rw-r--r-- | tools/tests/test.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/tests/test.h b/tools/tests/test.h index 82b8b2c..de2bdc1 100644 --- a/tools/tests/test.h +++ b/tools/tests/test.h @@ -193,9 +193,8 @@ static const char test_eku_server_and_client[] = { 0x01, 0x05, 0x05, 0x07, 0x03, 0x02, }; -static const char test_eku_client_and_server[] = { - 0x30, 0x14, 0x06, 0x08, 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x02, 0x06, 0x08, 0x2b, 0x06, - 0x01, 0x05, 0x05, 0x07, 0x03, 0x01, +static const char test_eku_server[] = { + 0x30, 0x0a, 0x06, 0x08, 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x01, }; static const char test_eku_email[] = { |
