=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/cipher.c,v retrieving revision 1.109 retrieving revision 1.110 diff -u -r1.109 -r1.110 --- src/usr.bin/ssh/cipher.c 2018/02/07 02:06:50 1.109 +++ src/usr.bin/ssh/cipher.c 2018/02/13 03:36:56 1.110 @@ -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 @@ -442,7 +442,7 @@ { #ifdef WITH_OPENSSL const struct sshcipher *c = cc->cipher; - int evplen; + int evplen; #endif if ((cc->cipher->flags & CFLAG_CHACHAPOLY) != 0) { @@ -482,7 +482,7 @@ { #ifdef WITH_OPENSSL const struct sshcipher *c = cc->cipher; - int evplen = 0; + int evplen = 0; #endif if ((cc->cipher->flags & CFLAG_CHACHAPOLY) != 0)