diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-30 19:22:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-30 19:22:59 +0000 |
commit | f3fd8f672242a9c598438fd69845818db1d2c511 (patch) | |
tree | 4c197f33e433f222c39837546a6b5a0fbab3add4 | |
parent | 27d6726b368ebddd2dc5d045a2e1594f5eee28ef (diff) |
<des.h>
-rw-r--r-- | usr.bin/ssh/cipher.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/cipher.h b/usr.bin/ssh/cipher.h index f0b276a25b5..ce1e3d3211e 100644 --- a/usr.bin/ssh/cipher.h +++ b/usr.bin/ssh/cipher.h @@ -11,12 +11,12 @@ Created: Wed Apr 19 16:50:42 1995 ylo */ -/* RCSID("$Id: cipher.h,v 1.5 1999/09/30 08:34:24 deraadt Exp $"); */ +/* RCSID("$Id: cipher.h,v 1.6 1999/09/30 19:22:58 deraadt Exp $"); */ #ifndef CIPHER_H #define CIPHER_H -#include "des.h" +#include <des.h> #include "blowfish.h" /* Cipher types. New types can be added, but old types should not be removed |