commit | 626c68601ca82a4dee1e0f746cb15ac6d545449d | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@google.com> | Fri Sep 11 16:17:44 2015 -0700 |
committer | Adam Langley <agl@google.com> | Mon Sep 14 21:51:18 2015 +0000 |
tree | 85ee411227d4d2aa6aebaeeab563aefd881b6148 | |
parent | 1d128f369c797b8bae996d5e973fc0b8a099a1b8 [diff] |
Initialise |supports_digest|. We were getting this because of C's defaults, but it's fragile to leave it like this because someone may add another field at the end in the future. Change-Id: I8b2dcbbc7cee8062915d15101f99f5a1aae6ad87 Reviewed-on: https://boringssl-review.googlesource.com/5860 Reviewed-by: David Benjamin <davidben@chromium.org> Reviewed-by: Adam Langley <agl@google.com>
diff --git a/crypto/rsa/rsa_impl.c b/crypto/rsa/rsa_impl.c index aa1b70f..eb4a36f 100644 --- a/crypto/rsa/rsa_impl.c +++ b/crypto/rsa/rsa_impl.c
@@ -1152,4 +1152,6 @@ keygen, keygen_multiprime, + + NULL /* supports_digest */, };