Support both BE and LE MIT master key file formats

Prompted by discussion on heimdal-discuss by Michael Wood, Russ Allbery,
and Henry B. Hotz.
This commit is contained in:
Love Hornquist Astrand
2010-05-22 13:16:52 -07:00
parent 3c58379590
commit d631443133
6 changed files with 74 additions and 11 deletions

View File

@@ -42,4 +42,8 @@ export KRB5_CONFIG
../../lib/hdb/test_dbinfo > dbinfo.out || exit 1
../../lib/hdb/test_mkey --mkey-file="${srcdir}/../../lib/hdb/data-mkey.mit.des3.le" || exit 1
../../lib/hdb/test_mkey --mkey-file="${srcdir}/../../lib/hdb/data-mkey.mit.des3.be" || exit 1
exit 0