Skip to content

Commit

Permalink
Include Portable version in sshd version string.
Browse files Browse the repository at this point in the history
bz#3608, ok djm@
  • Loading branch information
daztucker committed Aug 25, 2023
1 parent e99a02e commit d6f7e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sshd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1697,7 +1697,7 @@ main(int ac, char **av)
break;
case 'V':
fprintf(stderr, "%s, %s\n",
SSH_VERSION, SSH_OPENSSL_VERSION);
SSH_RELEASE, SSH_OPENSSL_VERSION);
exit(0);
default:
usage();
Expand Down

0 comments on commit d6f7e84

Please sign in to comment.