summaryrefslogtreecommitdiff
path: root/cipher.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-10-28 15:23:30 +1000
committerDamien Miller <djm@mindrot.org>1999-10-28 15:23:30 +1000
commit01ab4a25c84cdfba15c1c781ef93d24285d76eb5 (patch)
treea005726f953226ea49ac81c313da7e5bd2be0a70 /cipher.c
parent29d685212f4792c084052f07006f57a50cc6f2c8 (diff)
Merged latest OpenBSD changes.
Diffstat (limited to 'cipher.c')
-rw-r--r--cipher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher.c b/cipher.c
index f6f9b001f..e611d6c71 100644
--- a/cipher.c
+++ b/cipher.c
@@ -13,7 +13,7 @@ Created: Wed Apr 19 17:41:39 1995 ylo
13 13
14#include "config.h" 14#include "config.h"
15#include "includes.h" 15#include "includes.h"
16RCSID("$Id: cipher.c,v 1.2 1999/10/28 03:25:17 damien Exp $"); 16RCSID("$Id: cipher.c,v 1.3 1999/10/28 05:23:30 damien Exp $");
17 17
18#include "ssh.h" 18#include "ssh.h"
19#include "cipher.h" 19#include "cipher.h"