=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/kex.c,v retrieving revision 1.149 retrieving revision 1.150 diff -u -r1.149 -r1.150 --- src/usr.bin/ssh/kex.c 2019/01/21 10:40:11 1.149 +++ src/usr.bin/ssh/kex.c 2019/01/21 12:08:13 1.150 @@ -1,4 +1,4 @@ -/* $OpenBSD: kex.c,v 1.149 2019/01/21 10:40:11 djm Exp $ */ +/* $OpenBSD: kex.c,v 1.150 2019/01/21 12:08:13 djm Exp $ */ /* * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. * @@ -1026,7 +1026,7 @@ } int -kex_load_hostkey(struct ssh *ssh, struct sshkey **pubp, struct sshkey **prvp) +kex_load_hostkey(struct ssh *ssh, struct sshkey **prvp, struct sshkey **pubp) { struct kex *kex = ssh->kex;