Skip to content

Commit 0f74898

Browse files
committed
chore(base64): reanme base64 utils
1 parent 48bc39a commit 0f74898

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

src/arduino_homekit_server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include <wolfssl/wolfcrypt/hash.h> //wc_sha512
1515

1616
#include "constants.h"
17-
#include "homekit_base64.h"
17+
#include "base64_utils.h"
1818
#include "pairing.h"
1919
#include "storage.h"
2020
#include "query_params.h"

src/arduino_homekit_server.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ extern "C" {
1111
#endif
1212

1313
#include "constants.h"
14-
#include "homekit_base64.h"
14+
#include "base64_utils.h"
1515
#include "crypto.h"
1616
#include "pairing.h"
1717
#include "storage.h"

src/homekit_base64.c renamed to src/base64_utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "homekit_base64.h"
1+
#include "base64_utils.h"
22

33
static unsigned char base64_chars[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
44

File renamed without changes.

0 commit comments

Comments
 (0)