NetBSD/crypto
he 6568aa2748 No, our openssl _encrypt routines do not take a *size_t as the 6th
argument, they take an *int, and those are not necessarily compatible.
Papering that over with a cast just gets us a warning that
de-referencing a type-punned pointer will break strict-aliasing
rules, which is turned into an error by our WARNS setting.

Instead, change the "num" field in _opt_crypt_t from size_t to int, and
get rid of the now-redundant casts.
2009-01-24 12:51:11 +00:00
..
dist Sort options in usage. 2009-01-24 10:43:47 +00:00
external No, our openssl _encrypt routines do not take a *size_t as the 6th 2009-01-24 12:51:11 +00:00
Makefile.openssl XXX: This file does not really belong here. 2005-11-25 20:35:41 +00:00
TODO Remove references to KerberosIV. 2006-03-23 19:58:03 +00:00