Skip to content
Snippets Groups Projects
Commit 1505b69e authored by jboeuf's avatar jboeuf
Browse files

Merge pull request #4150 from jboeuf/fix_null_terminator_in_cert

Fixing NULL terminator for test cert.
parents 930df6f1 0c9e0b1e
No related branches found
No related tags found
No related merge requests found
......@@ -112,4 +112,4 @@ const char test_server1_cert[] = {
0x76, 0x31, 0x4c, 0x4e, 0x49, 0x52, 0x33, 0x6c, 0x6f, 0x76, 0x65, 0x55,
0x38, 0x0a, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x45, 0x4e, 0x44, 0x20, 0x43,
0x45, 0x52, 0x54, 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x45, 0x2d, 0x2d,
0x2d, 0x2d, 0x2d, 0x0a};
0x2d, 0x2d, 0x2d, 0x0a, 0x00};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment