Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Sikora <piotrsikora@google.com>2016-03-19 03:28:36 +0300
committerDavid Benjamin <davidben@google.com>2016-03-20 19:38:54 +0300
commitc6d3029edaeeb6bab86fcba6ab31bdce77e2ec9c (patch)
treebcd287a8ecedf55a3545b4c56f55460f17c648fa /crypto/cipher
parent9bb8ba6ba1a865bd7e55ccf494d082b1bc027734 (diff)
Add missing internal includes.
Partially fixes build with -Wmissing-prototypes -Wmissing-declarations. Change-Id: I51209c30f532899f57cfdd9a50cff0a8ee3da5b5 Signed-off-by: Piotr Sikora <piotrsikora@google.com> Reviewed-on: https://boringssl-review.googlesource.com/7512 Reviewed-by: David Benjamin <davidben@google.com>
Diffstat (limited to 'crypto/cipher')
-rw-r--r--crypto/cipher/tls_cbc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/cipher/tls_cbc.c b/crypto/cipher/tls_cbc.c
index e6aaabc8..c0d566dd 100644
--- a/crypto/cipher/tls_cbc.c
+++ b/crypto/cipher/tls_cbc.c
@@ -58,6 +58,7 @@
#include <openssl/sha.h>
#include "../internal.h"
+#include "internal.h"
/* TODO(davidben): unsigned should be size_t. The various constant_time