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:
authorDavid Benjamin <davidben@chromium.org>2015-04-08 05:38:30 +0300
committerAdam Langley <agl@google.com>2015-04-11 01:14:09 +0300
commit2ee94aabf53b70248a2653af8189aa10346670a0 (patch)
tree2180618632e64fefe99491c80d9e3d1ef4a86282 /ssl/d1_both.c
parent0fd563970109166b9c842cf31bd4747ea4ecca01 (diff)
Rename ssl_locl.h to internal.h
Match the other internal headers. Change-Id: Iff7e2dd06a1a7bf993053d0464cc15638ace3aaa Reviewed-on: https://boringssl-review.googlesource.com/4280 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'ssl/d1_both.c')
-rw-r--r--ssl/d1_both.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/d1_both.c b/ssl/d1_both.c
index 40044995..4e084af7 100644
--- a/ssl/d1_both.c
+++ b/ssl/d1_both.c
@@ -124,7 +124,7 @@
#include <openssl/rand.h>
#include <openssl/x509.h>
-#include "ssl_locl.h"
+#include "internal.h"
/* TODO(davidben): 28 comes from the size of IP + UDP header. Is this reasonable