artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a05c62f
)
comment typo
author
deraadt
<deraadt@openbsd.org>
Wed, 12 Apr 2000 00:18:20 +0000
(
00:18
+0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 12 Apr 2000 00:18:20 +0000
(
00:18
+0000)
usr.bin/ssh/cipher.c
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/cipher.c
b/usr.bin/ssh/cipher.c
index
37ea1d7
..
b5dc9f5
100644
(file)
--- a/
usr.bin/ssh/cipher.c
+++ b/
usr.bin/ssh/cipher.c
@@
-12,7
+12,7
@@
*/
#include "includes.h"
-RCSID("$Id: cipher.c,v 1.2
2 2000/04/04 21:37:27 markus
Exp $");
+RCSID("$Id: cipher.c,v 1.2
3 2000/04/12 00:18:20 deraadt
Exp $");
#include "ssh.h"
#include "cipher.h"
@@
-20,7
+20,7
@@
RCSID("$Id: cipher.c,v 1.22 2000/04/04 21:37:27 markus Exp $");
#include <ssl/md5.h>
/*
- * What kind of trip
p
le DES are these 2 routines?
+ * What kind of triple DES are these 2 routines?
*
* Why is there a redundant initialization vector?
*