Fixed compilation errors in the cryptocheck, cryptotest, cryptostats, hifnstats, safestats and ipsecstats tools. Added missing cryptostats and cryptotstat declarations in cryptodev.h.
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 51790 Build 48681: arc lint + arc unit
Event Timeline
Comment Actions
Could you please split the compilation fixes into a separate patch?
tools/tools/crypto/cryptocheck.c | ||
---|---|---|
758 ↗ | (On Diff #122210) | The indentation here was correct before, now it's wrong. |
sys/opencrypto/cryptodev.h | ||
---|---|---|
326 | These fields were removed a while ago. The right solution is to remove references to these fields from userspace utilities, not to re-add them to the kernel. | |
tools/tools/crypto/cryptotest.c | ||
187 | This should probably be size_t instead. | |
198 | Ditto. | |
262 | These can be declared in the for-loop headers where they are used. | |
648 |