commit | 2ee94aabf53b70248a2653af8189aa10346670a0 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Tue Apr 07 22:38:30 2015 -0400 |
committer | Adam Langley <agl@google.com> | Fri Apr 10 22:14:09 2015 +0000 |
tree | 2180618632e64fefe99491c80d9e3d1ef4a86282 | |
parent | 0fd563970109166b9c842cf31bd4747ea4ecca01 [diff] [blame] |
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>
diff --git a/ssl/ssl_cert.c b/ssl/ssl_cert.c index 185c12b..cb3a039 100644 --- a/ssl/ssl_cert.c +++ b/ssl/ssl_cert.c
@@ -126,7 +126,7 @@ #include "../crypto/dh/internal.h" #include "../crypto/directory.h" -#include "ssl_locl.h" +#include "internal.h" int SSL_get_ex_data_X509_STORE_CTX_idx(void) {