Skip to content

Commit a86618c

Browse files
Fixed failing paths
1 parent 71eea16 commit a86618c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/common/vscp-aes.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ NOTE: String length must be evenly divisible by 16byte (str_len % 16 == 0)
2929
3030
*/
3131

32-
#ifndef ___vscp-aes_H
33-
#define ___vscp-aes_H
32+
3433

3534

3635
/*****************************************************************************/
@@ -714,4 +713,4 @@ size_t getRandomIV( uint8_t *buf, size_t len )
714713

715714
#endif // #if defined(CBC) && CBC
716715

717-
#endif
716+

src/common/vscp-aes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef _AES_H_
2-
#define _AES_H_
1+
#ifndef _VSCP__AES__H_
2+
#define _VSCP__AES__H_
33

44
#ifdef __cplusplus
55
extern "C" {

0 commit comments

Comments
 (0)