Chromium Code Reviews| Index: nss/lib/cryptohi/secsign.c |
| diff --git a/nss/lib/cryptohi/secsign.c b/nss/lib/cryptohi/secsign.c |
| index f2bd229f8be47e4454ba271a1533b4f657666d28..fa4bf5fff47aa379040f48e1da6e7116f29e21bc 100644 |
| --- a/nss/lib/cryptohi/secsign.c |
| +++ b/nss/lib/cryptohi/secsign.c |
| @@ -413,6 +413,7 @@ SGN_Digest(SECKEYPrivateKey *privKey, |
| } |
| result->len = modulusLen; |
| result->data = (unsigned char*) PORT_Alloc(modulusLen); |
| + result->type = siBuffer; |
| if (result->data == NULL) { |
| rv = SECFailure; |