Details
Details
- Reviewers
ae ngie - Commits
- rS305066: Update cryptotest for modern algorithms
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 4881 Build 4944: arc lint + arc unit
Event Timeline
Comment Actions
Why remove all the static from functions?
tools/tools/crypto/cryptotest.c | ||
---|---|---|
129–130 | Seems gratuitous unless there is a real difference. | |
191 | This check can be removed; the point is to cache the crypto file descriptor, which doesn't happen if it isn't static. | |
206 | This seems a little lame. What if some softfoocrypt(4) shows up? Contrived, I guess. |