summaryrefslogtreecommitdiff
path: root/cipher.c
diff options
context:
space:
mode:
authordjm <djm>2005-07-17 07:02:09 +0000
committerdjm <djm>2005-07-17 07:02:09 +0000
commitb90d5e6e97bdbba4416475bcc11e4771640f0fbb (patch)
tree03efbd98e48dacb723c56e5f4df6802930a112ef /cipher.c
parent9ee4482271c4c8098e3d5554bd0f9089d9351467 (diff)
downloadopenssh-b90d5e6e97bdbba4416475bcc11e4771640f0fbb.tar.gz
- djm@cvs.openbsd.org 2005/07/16 01:35:24
[auth1.c channels.c cipher.c clientloop.c kex.c session.c ssh.c] [sshconnect.c] spacing
Diffstat (limited to 'cipher.c')
-rw-r--r--cipher.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cipher.c b/cipher.c
index fc1e2ae1..0dddf270 100644
--- a/cipher.c
+++ b/cipher.c
@@ -35,7 +35,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: cipher.c,v 1.76 2005/06/17 02:44:32 djm Exp $");
+RCSID("$OpenBSD: cipher.c,v 1.77 2005/07/16 01:35:24 djm Exp $");
#include "xmalloc.h"
#include "log.h"
@@ -249,7 +249,7 @@ cipher_init(CipherContext *cc, Cipher *cipher,
cipher->name);
#endif
- if (cipher->discard_len > 0) {
+ if (cipher->discard_len > 0) {
junk = xmalloc(cipher->discard_len);
discard = xmalloc(cipher->discard_len);
if (EVP_Cipher(&cc->evp, discard, junk,