Skip to content

Commit

Permalink
Adopted files in the common folder to to new naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed May 13, 2024
1 parent f0572d4 commit 4a7f3d1
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,8 @@ if (WIN32)
src/common/sockettcp.c
src/common/vscpbase64.h
src/common/vscpbase64.c
src/common/vscp_aes.h
src/common/vscp_aes.c
src/common/vscp-aes.h
src/common/vscp-aes.c
src/common/crc.h
src/common/crc.c
src/common/crc8.h
Expand Down Expand Up @@ -338,8 +338,8 @@ else()
src/common/sockettcp.c
src/common/vscpbase64.h
src/common/vscpbase64.c
src/common/vscp_aes.h
src/common/vscp_aes.c
src/common/vscp-aes.h
src/common/vscp-aes.c
src/common/crc.h
src/common/crc.c
src/common/crc8.h
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/common/vscp_aes.c → src/common/vscp-aes.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ NOTE: String length must be evenly divisible by 16byte (str_len % 16 == 0)
#include <stdio.h> // file /dev/urandom
#include <string.h> // CBC mode, for memset
#include <stdlib.h> // malloc
#include "vscp_aes.h"
#include "vscp-aes.h"

/*****************************************************************************/
/* Defines: */
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/vscp/common/vscphelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
#include <canal-macro.h>
#include <crc.h>
#include <crc8.h>
#include <vscp_aes.h>
#include <vscp-aes.h>
#include <vscpbase64.h>
#include <vscpmd5.h>

Expand Down

0 comments on commit 4a7f3d1

Please sign in to comment.