Marian Buschsieweke
e38259fd0a
pkg/openwsn: fix mismatching function signatures
This allows OpenWSN again to be compiled with newer versions of GCC,
which in `master` fails with:
```
"make" -C /home/maribu/Repos/software/RIOT/build/pkg/openwsn/drivers/common/crypto -f /home/maribu/Repos/software/RIOT/Makefile.base MODULE=openwsn_crypto
/home/maribu/Repos/software/RIOT/build/pkg/openwsn/drivers/common/crypto/aes128.c:49:30: error: argument 1 of type 'uint8_t[16]' {aka 'unsigned char[16]'} with mismatched bound [-Werror=array-parameter=]
49 | owerror_t aes128_enc(uint8_t buffer[16], uint8_t key[16]) {
| ~~~~~~~~^~~~~~~~~~
In file included from /home/maribu/Repos/software/RIOT/build/pkg/openwsn/drivers/common/crypto/aes128.c:12:
/home/maribu/Repos/software/RIOT/build/pkg/openwsn/drivers/common/crypto/aes128.h:22:31: note: previously declared as 'uint8_t *' {aka 'unsigned char *'}
22 | owerror_t aes128_enc(uint8_t *buffer, uint8_t *key);
| ~~~~~~~~~^~~~~~
/home/maribu/Repos/software/RIOT/build/pkg/openwsn/drivers/common/crypto/aes128.c:49:50: error: argument 2 of type 'uint8_t[16]' {aka 'unsigned char[16]'} with mismatched bound [-Werror=array-parameter=]
49 | owerror_t aes128_enc(uint8_t buffer[16], uint8_t key[16]) {
| ~~~~~~~~^~~~~~~
In file included from /home/maribu/Repos/software/RIOT/build/pkg/openwsn/drivers/common/crypto/aes128.c:12:
/home/maribu/Repos/software/RIOT/build/pkg/openwsn/drivers/common/crypto/aes128.h:22:48: note: previously declared as 'uint8_t *' {aka 'unsigned char *'}
22 | owerror_t aes128_enc(uint8_t *buffer, uint8_t *key);
| ~~~~~~~~~^~~
cc1: all warnings being treated as errors
```
2022-05-05 10:47:39 +02:00
..
2022-01-13 17:50:59 +01:00
2022-01-11 13:16:08 +01:00
2021-04-08 16:34:36 +02:00
2021-04-08 16:34:36 +02:00
2021-12-10 17:04:57 +01:00
2021-12-23 11:04:42 +01:00
2022-04-26 09:26:02 +02:00
2022-04-25 13:00:27 +02:00
2021-12-03 10:12:37 +01:00
2021-10-17 18:11:24 +02:00
2022-05-03 16:06:22 +02:00
2021-04-08 16:34:36 +02:00
2022-01-25 17:41:40 +01:00
2021-12-02 09:38:06 +01:00
2022-03-09 09:12:23 +01:00
2021-12-03 10:12:37 +01:00
2021-10-02 14:45:10 +02:00
2022-01-30 19:59:35 +01:00
2022-01-30 20:00:09 +01:00
2022-01-30 19:59:05 +01:00
2022-03-06 16:22:53 +01:00
2022-03-25 22:08:55 +01:00
2021-11-02 18:01:21 +01:00
2022-01-31 16:49:38 +01:00
2022-04-27 10:53:50 +02:00
2022-02-17 10:54:04 +01:00
2022-04-27 10:53:50 +02:00
2022-04-25 16:05:28 +02:00
2021-04-08 16:34:36 +02:00
2022-04-27 11:08:27 +02:00
2021-04-08 16:34:36 +02:00
2021-12-03 10:12:37 +01:00
2021-03-12 16:05:18 +01:00
2021-06-10 12:36:16 +02:00
2021-11-22 12:25:57 +01:00
2021-12-03 10:12:39 +01:00
2022-04-20 11:49:33 +02:00
2022-02-07 23:25:14 +01:00
2022-03-30 12:03:30 +02:00
2021-04-08 16:34:36 +02:00
2022-04-27 11:12:27 +02:00
2022-02-28 10:23:06 +01:00
2022-04-13 12:49:58 +02:00
2022-04-13 12:49:58 +02:00
2022-04-26 23:49:49 +02:00
2021-11-19 09:59:27 +01:00
2022-01-19 11:24:20 +01:00
2021-04-08 16:34:36 +02:00
2021-04-08 16:34:36 +02:00
2020-09-04 15:01:10 +02:00
2021-04-08 16:34:36 +02:00
2021-04-08 16:34:36 +02:00
2022-04-25 13:08:50 +02:00
2021-11-22 12:25:58 +01:00
2021-05-27 16:13:38 +02:00
2022-05-03 16:09:20 +02:00
2022-01-07 17:24:14 +01:00
2022-04-27 10:10:32 +02:00
2021-11-24 14:00:44 +01:00
2022-05-05 10:47:39 +02:00
2022-01-11 18:23:06 +01:00
2021-04-08 16:34:36 +02:00
2021-12-03 10:12:37 +01:00
2021-12-12 13:18:46 +01:00
2021-11-08 23:18:30 +01:00
2022-04-27 10:53:50 +02:00
2022-03-18 14:26:01 -03:00
2022-02-12 12:31:38 +01:00
2022-01-13 17:50:59 +01:00
2022-04-08 17:18:55 +02:00
2022-04-27 10:53:50 +02:00
2021-10-02 21:27:40 +02:00
2022-02-02 14:44:50 +01:00
2021-09-07 09:35:00 +02:00
2022-04-01 09:10:35 +02:00
2021-12-03 10:12:34 +01:00
2021-04-08 16:34:36 +02:00
2022-03-17 14:33:07 +01:00
2021-04-08 16:34:36 +02:00
2022-03-17 14:33:07 +01:00
2021-03-12 16:05:18 +01:00
2022-04-28 08:49:54 +02:00
2022-04-27 10:15:38 +02:00
2022-04-25 13:32:59 +02:00
2021-11-17 15:31:17 +01:00
2021-12-12 13:18:46 +01:00
2022-02-15 15:48:36 +01:00
2022-03-24 11:36:49 +01:00
2021-10-01 14:44:10 +02:00
2022-02-01 19:37:24 +00:00
2022-05-04 10:05:39 +02:00
2020-06-26 09:25:43 +02:00
2020-06-26 09:25:44 +02:00
2020-01-06 00:37:47 +01:00
2022-04-22 15:22:34 +02:00