]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - ssl/record/dtls1_bitmap.c
Reorganize local header files
[thirdparty/openssl.git] / ssl / record / dtls1_bitmap.c
index ec24bf887bc80ed1333406672a51c5e6ae5940b0..4733a62a96633fafab092bbc009f1ba48823667b 100644 (file)
@@ -7,8 +7,8 @@
  * https://www.openssl.org/source/license.html
  */
 
-#include "../ssl_locl.h"
-#include "record_locl.h"
+#include "../ssl_local.h"
+#include "record_local.h"
 
 /* mod 128 saturating subtract of two 64-bit values in big-endian order */
 static int satsub64be(const unsigned char *v1, const unsigned char *v2)