update
authorKen Raeburn <raeburn@mit.edu>
Fri, 22 Jun 2001 03:27:50 +0000 (03:27 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 22 Jun 2001 03:27:50 +0000 (03:27 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13476 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/crypto/des/ISSUES

index 110561ee91042b67786ba54c640301426d32681b..412f94aa732a928c0911c6ce5769a5314552c043 100644 (file)
@@ -1,5 +1,13 @@
--*- text -*-
+Issues to be addressed for src/lib/crypto/des: -*- text -*-
 
-* "const" could be used in more places
+\f
+"const" could be used in more places
 
-* array types used too much
+\f
+Array types are used in calling interfaces.  Under ANSI C, a value of
+type "arraytype *" cannot be assigned to a variable of type "const
+arraytype *", so we get compilation warnings.
+
+Possible fix: Rewrite internal interfaces to not use arrays this way.
+Provide external routines compatible with old API, but not using
+const?