commit | 3e3495130ca7b252e80f210551b335426bcc9c52 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Wed Dec 21 17:01:08 2016 -0500 |
committer | Adam Langley <alangley@gmail.com> | Thu Dec 22 03:17:59 2016 +0000 |
tree | 53b32f79c24a398cdc9269bf16c9e51a5f9b19e2 | |
parent | 1444c3ace05334168378b28233d38f9b39ed7819 [diff] |
Fix fuzzer mode build. Change-Id: If565a5fdfa0f314422aa26c2e8f869965ca08c1b Reviewed-on: https://boringssl-review.googlesource.com/12969 Commit-Queue: David Benjamin <davidben@google.com> Reviewed-by: Adam Langley <alangley@gmail.com>
diff --git a/crypto/rand/deterministic.c b/crypto/rand/deterministic.c index 36e99aa..d96a505 100644 --- a/crypto/rand/deterministic.c +++ b/crypto/rand/deterministic.c
@@ -21,6 +21,7 @@ #include <openssl/chacha.h> #include "internal.h" +#include "../internal.h" /* g_num_calls is the number of calls to |CRYPTO_sysrand| that have occured.