Simon Josefsson jas@extundo.com writes:
des encryption on netbsd crashes, and the compiler warns
...
Assuming you want des_keymap to be private, the fix below works. If you want to make des_keymap public, simply removing the 'static' keyword works.
Thanks. Checked in now (the table should indeed be private).
/Niels