From b8bbff3b3fc823bf80c5ab226c94f13cb887d5b1 Mon Sep 17 00:00:00 2001 From: "djm@openbsd.org" Date: Tue, 13 Feb 2018 03:36:56 +0000 Subject: upstream: remove space before tab OpenBSD-Commit-ID: 674edd214d0a7332dd4623c9cf8117301b012890 --- cipher.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cipher.c') diff --git a/cipher.c b/cipher.c index f3d4f69a5..9f4546759 100644 --- a/cipher.c +++ b/cipher.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cipher.c,v 1.109 2018/02/07 02:06:50 jsing Exp $ */ +/* $OpenBSD: cipher.c,v 1.110 2018/02/13 03:36:56 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -448,7 +448,7 @@ cipher_get_keyiv(struct sshcipher_ctx *cc, u_char *iv, u_int len) { #ifdef WITH_OPENSSL const struct sshcipher *c = cc->cipher; - int evplen; + int evplen; #endif if ((cc->cipher->flags & CFLAG_CHACHAPOLY) != 0) { @@ -493,7 +493,7 @@ cipher_set_keyiv(struct sshcipher_ctx *cc, const u_char *iv) { #ifdef WITH_OPENSSL const struct sshcipher *c = cc->cipher; - int evplen = 0; + int evplen = 0; #endif if ((cc->cipher->flags & CFLAG_CHACHAPOLY) != 0) -- cgit v1.2.3