Mark submodules as system includes.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2026-03-08 22:05:30 +01:00
parent e5079e510f
commit 94ab2ccef7
2 changed files with 15 additions and 7 deletions

View File

@@ -30,5 +30,8 @@ void random_bytes_free(const uint8_t *p);
/* iterator returning a byta at a time */
extern int random_gen(void *arg, unsigned char *output, size_t output_len);
#ifdef ENABLE_PQC
extern void randombytes(uint8_t *buf, size_t n);
#endif
#endif