14 lines
512 B
Diff
14 lines
512 B
Diff
diff -up openssh-8.7p1/ssh-keygen.c.find-princ openssh-8.7p1/ssh-keygen.c
|
|
--- openssh-8.7p1/ssh-keygen.c.find-princ 2021-11-29 15:27:03.032070863 +0100
|
|
+++ openssh-8.7p1/ssh-keygen.c 2021-11-29 15:27:34.736342968 +0100
|
|
@@ -2700,7 +2700,8 @@ sig_process_opts(char * const *opts, siz
|
|
time_t now;
|
|
|
|
*verify_timep = 0;
|
|
- *print_pubkey = 0;
|
|
+ if (print_pubkey)
|
|
+ *print_pubkey = 0;
|
|
for (i = 0; i < nopts; i++) {
|
|
if (strncasecmp(opts[i], "verify-time=", 12) == 0) {
|
|
if (parse_absolute_time(opts[i] + 12,
|