upstream: return correct error in sshsk_ed25519_sig; ok djm

OpenBSD-Commit-ID: 52bf733df220303c260fee4f165ec64b4a977625
This commit is contained in:
markus@openbsd.org 2020-03-06 18:25:48 +00:00 committed by Damien Miller
parent fbff605e63
commit 1b378c0d98

View File

@ -1,4 +1,4 @@
/* $OpenBSD: ssh-sk.c,v 1.28 2020/02/28 01:06:05 djm Exp $ */ /* $OpenBSD: ssh-sk.c,v 1.29 2020/03/06 18:25:48 markus Exp $ */
/* /*
* Copyright (c) 2019 Google LLC * Copyright (c) 2019 Google LLC
* *
@ -602,7 +602,7 @@ sshsk_ed25519_sig(struct sk_sign_response *resp, struct sshbuf *sig)
#endif #endif
r = 0; r = 0;
out: out:
return 0; return r;
} }
int int