fixed keygen encryption prompt

This commit is contained in:
Janis 2022-05-04 01:15:01 +02:00
parent 27789f94d2
commit 76ebacacf2
2 changed files with 370103 additions and 370103 deletions

View file

@ -77,7 +77,7 @@ fn main() -> OsshResult<()> {
std::io::stdin().read_line(&mut line)?; std::io::stdin().read_line(&mut line)?;
fix_newline_ref(&mut line); fix_newline_ref(&mut line);
line.to_lowercase() == "y" line.to_lowercase() != "n"
}; };
if encrypt { if encrypt {