Skip to content

Commit

Permalink
Test to see if stdint is there on PS2
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbernsen committed Jan 5, 2025
1 parent 2b97463 commit 52070e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/aes.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

#ifdef HAVE_STDINT_H
#include <stdint.h>
#else
#error "Stdint not there"
#endif

void AES128_ECB_encrypt(uint8_t* input, const uint8_t* key, uint8_t *output);
Expand Down

0 comments on commit 52070e2

Please sign in to comment.