]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - ssl/statem/extensions_cust.c
Reorganize local header files
[thirdparty/openssl.git] / ssl / statem / extensions_cust.c
index a4cdc81d68b9226b66baf31728e2e890c856dec8..78dcd13d9d57931637b6e369f8370158c237cef0 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2014-2018 The OpenSSL Project Authors. All Rights Reserved.
  *
- * Licensed under the OpenSSL license (the "License").  You may not use
+ * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
  * in the file LICENSE in the source distribution or at
  * https://www.openssl.org/source/license.html
@@ -10,9 +10,9 @@
 /* Custom extension utility functions */
 
 #include <openssl/ct.h>
-#include "../ssl_locl.h"
+#include "../ssl_local.h"
 #include "internal/cryptlib.h"
-#include "statem_locl.h"
+#include "statem_local.h"
 
 typedef struct {
     void *add_arg;