summaryrefslogtreecommitdiffstats
path: root/sshbuf-getput-crypto.c
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2024-02-01 03:37:33 +0100
committerDamien Miller <djm@mindrot.org>2024-02-01 03:42:45 +0100
commitc283f29d23611a06bbee06bcf458f2fffad721d9 (patch)
tree6c680a1d3fbdfe489a7258f3ddc4b7c95ba073e6 /sshbuf-getput-crypto.c
parentskip tests that use multiplexing on Windows (diff)
downloadopenssh-c283f29d23611a06bbee06bcf458f2fffad721d9.tar.xz
openssh-c283f29d23611a06bbee06bcf458f2fffad721d9.zip
upstream: whitespace
OpenBSD-Commit-ID: bf9e4a1049562ee4322684fbdce07142f04fdbb7
Diffstat (limited to 'sshbuf-getput-crypto.c')
-rw-r--r--sshbuf-getput-crypto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshbuf-getput-crypto.c b/sshbuf-getput-crypto.c
index 56ffdd861..af3f39795 100644
--- a/sshbuf-getput-crypto.c
+++ b/sshbuf-getput-crypto.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshbuf-getput-crypto.c,v 1.10 2022/05/25 06:03:44 djm Exp $ */
+/* $OpenBSD: sshbuf-getput-crypto.c,v 1.11 2024/02/01 02:37:33 djm Exp $ */
/*
* Copyright (c) 2011 Damien Miller
*
@@ -123,7 +123,7 @@ sshbuf_get_eckey(struct sshbuf *buf, EC_KEY *v)
SSHBUF_ABORT();
return SSH_ERR_INTERNAL_ERROR;
}
- return 0;
+ return 0;
}
#endif /* OPENSSL_HAS_ECC */