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:
@@ -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");
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user