]> eyrie.org Git - kerberos/krb5-strength.git/commit
Fix make-c-data for Const::Fast
authorRuss Allbery <eagle@eyrie.org>
Mon, 25 Dec 2023 21:22:35 +0000 (13:22 -0800)
committerRuss Allbery <eagle@eyrie.org>
Mon, 25 Dec 2023 21:22:35 +0000 (13:22 -0800)
commitbae2c87146e4cbbaf10697482c832f23134fc829
tree0788d5c4ffe3162168e9a3b5eb17460d4048b6b5
parent9a05141d34235444251585cd4bc31a9fc323ddfb
Fix make-c-data for Const::Fast

The change from Readonly to Const::Fast broke make-c-data because
of how it was using a hash of flags. Use exists explicitly so that
it still works with a read-only hash.
tests/data/passwords/make-c-data