The trailing backslash causes the compiler to complain about a

multi-line comment.

BUG=none
Signed-off-by: default avatarChirantan Ekbote <chirantan@chromium.org>

Review URL: https://codereview.chromium.org/445153003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287963 0039d316-1c4b-4281-b951-d872f2087c98
parent 84e2745d
......@@ -34,7 +34,7 @@ namespace {
// be stored in the user's token in the test setup.
//
// openssl genrsa > privkey.pem
// openssl pkcs8 -inform pem -in privkey.pem -topk8 \
// openssl pkcs8 -inform pem -in privkey.pem -topk8
// -outform der -out privkey8.der -nocrypt
// xxd -i privkey8.der
const unsigned char privateKeyPkcs8User[] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment