]> andersk Git - openssh.git/blobdiff - cipher.c
- djm@cvs.openbsd.org 2005/07/16 01:35:24
[openssh.git] / cipher.c
index fc1e2ae1c889a125a395dca0a3533f54d6250146..0dddf270af90186fca423bd3f953afe7ba0b4f3c 100644 (file)
--- 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,
This page took 0.040212 seconds and 4 git commands to generate.