Skip to content

Commit

Permalink
fixed missing include on non-native cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
darthdrannel committed Jul 30, 2024
1 parent 5785000 commit b5f330f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys/crypto/psa_riot_cipher/chacha20.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "psa/crypto.h"
#include "crypto/chacha20poly1305.h"
#include "unaligned.h"
#include "string_utils.h"

#define ENABLE_DEBUG 0
#include "debug.h"
Expand Down

0 comments on commit b5f330f

Please sign in to comment.