commit | 43a4092414ad153c63ca4b75fdca5eca4dec131b | [log] [tgz] |
---|---|---|
author | Matthew Braithwaite <mab@google.com> | Mon Jun 12 14:53:51 2017 -0700 |
committer | CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> | Mon Jun 12 23:35:16 2017 +0000 |
tree | aebf43e9c5d71d27b47cd0661dce8402e8ea6a71 | |
parent | c07635f8699e99b6af06e401beccd934f6bce53b [diff] |
Add missing #include of assert.h Change-Id: I641284e657ec184f4209392e7c6f86c20400e7b1 Reviewed-on: https://boringssl-review.googlesource.com/17124 Reviewed-by: David Benjamin <davidben@google.com> Commit-Queue: Matt Braithwaite <mab@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
diff --git a/crypto/fipsmodule/cipher/aead.c b/crypto/fipsmodule/cipher/aead.c index d92b4fb..a44889f 100644 --- a/crypto/fipsmodule/cipher/aead.c +++ b/crypto/fipsmodule/cipher/aead.c
@@ -14,6 +14,7 @@ #include <openssl/aead.h> +#include <assert.h> #include <string.h> #include <openssl/cipher.h>