Fix crypto/digests test

This commit is contained in:
Nick Mathewson
2013-11-18 13:33:29 -05:00
parent a7c9d64fd6
commit e7165659e0
2 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -73,9 +73,9 @@ const char AUTHORITY_SIGNKEY_A[] =
"Yx4lqK0ca5IkTp3HevwnlWaJgbaOTUspCVshzJBhDA==\n"
"-----END RSA PRIVATE KEY-----\n";
const char AUTHORITY_SIGNKEY_1_DIGEST[] =
const char AUTHORITY_SIGNKEY_A_DIGEST[] =
"CBF56A83368A5150F1A9AAADAFB4D77F8C4170E2";
const char AUTHORITY_SIGNKEY_1_DIGEST256[] =
const char AUTHORITY_SIGNKEY_A_DIGEST256[] =
"AF7C5468DBE3BA54A052726038D7F15F3C4CA511B1952645B3D96D83A8DFB51C";
/** Second of 3 example authority certificates for unit testing. */