Skip to content

Commit

Permalink
Fixed failing paths
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed May 13, 2024
1 parent 71eea16 commit a86618c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions src/common/vscp-aes.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ NOTE: String length must be evenly divisible by 16byte (str_len % 16 == 0)
*/

#ifndef ___vscp-aes_H
#define ___vscp-aes_H



/*****************************************************************************/
Expand Down Expand Up @@ -714,4 +713,4 @@ size_t getRandomIV( uint8_t *buf, size_t len )

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

#endif

4 changes: 2 additions & 2 deletions src/common/vscp-aes.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef _AES_H_
#define _AES_H_
#ifndef _VSCP__AES__H_
#define _VSCP__AES__H_

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit a86618c

Please sign in to comment.