[riot-commits] [RIOT-OS/RIOT] e94912: sys/crypo: fix function declarations
Thomas Eichinger
thomas.eichinger1 at gmail.com
Wed May 14 14:41:41 CEST 2014
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: e94912f7be969dc7ef144eba3b1ed601407ff197
https://github.com/RIOT-OS/RIOT/commit/e94912f7be969dc7ef144eba3b1ed601407ff197
Author: René Kijewski <rene.kijewski at fu-berlin.de>
Date: 2014-05-14 (Wed, 14 May 2014)
Changed paths:
M sys/crypto/3des.c
M sys/crypto/aes.c
M sys/crypto/rc5.c
M sys/crypto/skipjack.c
M sys/crypto/twofish.c
Log Message:
-----------
sys/crypo: fix function declarations
In #1119 old-style function declarations are exterminated and forbidden.
I missed the functions in `sys/crypto` because they weren't used
throughout the tests/examples before #1124.
Commit: 70162eff1b0448cbb81d09a2dd192172396aa2be
https://github.com/RIOT-OS/RIOT/commit/70162eff1b0448cbb81d09a2dd192172396aa2be
Author: Thomas Eichinger <thomas.eichinger1 at gmail.com>
Date: 2014-05-14 (Wed, 14 May 2014)
Changed paths:
M sys/crypto/3des.c
M sys/crypto/aes.c
M sys/crypto/rc5.c
M sys/crypto/skipjack.c
M sys/crypto/twofish.c
Log Message:
-----------
Merge pull request #1170 from Kijewski/fixup-1119-1124
sys/crypo: fix function declarations
Compare: https://github.com/RIOT-OS/RIOT/compare/8038e96d09cb...70162eff1b04
More information about the commits
mailing list