only complain about encryption flag when old authentication is

requested


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10494 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2001-08-15 19:42:59 +00:00
parent c55413c24c
commit 38c91e6050

View File

@@ -910,7 +910,7 @@ main(int argc, char **argv)
use_broken = 0;
}
if (do_encrypt == 1 && use_broken)
if (do_encrypt == 1 && use_only_broken)
errx (1, "encryption not supported with old style authentication");