summaryrefslogtreecommitdiffstats
path: root/src/include/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2003-07-22 19:09:32 +0000
committerKen Raeburn <raeburn@mit.edu>2003-07-22 19:09:32 +0000
commit60ac58b5130b6ff110e9aeb569c29eeb20823840 (patch)
tree64c1523b7c4e1f5a8e905954cb81623f2c92eac0 /src/include/ChangeLog
parent3610cd5cd67a4f6f9234de36410a75a2902842fe (diff)
downloadkrb5-60ac58b5130b6ff110e9aeb569c29eeb20823840.tar.gz
krb5-60ac58b5130b6ff110e9aeb569c29eeb20823840.tar.xz
krb5-60ac58b5130b6ff110e9aeb569c29eeb20823840.zip
Change crypto "provider" structures to hold numeric values instead of function
pointers for key sizes, block sizes, etc., when the values are always constant for each encryption or hash mechanism. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15714 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/ChangeLog')
-rw-r--r--src/include/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index eb2606dea6..4f8012c3ac 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -2,6 +2,9 @@
* k5-int.h (krb5int_zap_data, zap): New macros; call memset with
volatile cast for now.
+ (struct krb5_enc_provider, struct krb5_hash_provider, struct
+ krb5_keyhash_provider): Use numeric values for block size,
+ key size, hash size, etc, instead of function pointers.
2003-07-21 Alexandra Ellwood <lxs@mit.edu>