Imported Upstream version 1.15.1
[platform/upstream/krb5.git] / src / lib / crypto / builtin / des / ISSUES
1 Issues to be addressed for src/lib/crypto/des: -*- text -*-
2
3
4 "const" could be used in more places
5
6
7 Array types are used in calling interfaces.  Under ANSI C, a value of
8 type "arraytype *" cannot be assigned to a variable of type "const
9 arraytype *", so we get compilation warnings.
10
11 Possible fix: Rewrite internal interfaces to not use arrays this way.
12 Provide external routines compatible with old API, but not using
13 const?