Deleted Added
full compact
28c28
< * $FreeBSD: head/bin/ed/ed.h 101093 2002-07-31 16:52:16Z markm $
---
> * $FreeBSD: head/bin/ed/ed.h 115717 2003-06-02 19:06:28Z markm $
177a178,189
> #ifdef ED_DES_INCLUDES
> void des_error(const char *);
> void expand_des_key(char *, char *);
> void set_des_key(DES_cblock *);
> #endif
>
> /* Other DES support stuff */
> void init_des_cipher(void);
> int flush_des_file(FILE *);
> int get_des_char(FILE *);
> int put_des_char(int, FILE *);
>
191d202
< void des_error(const char *);
196d206
< void expand_des_key(char *, char *);
202d211
< int flush_des_file(FILE *);
205d213
< int get_des_char(FILE *);
222d229
< void init_des_cipher(void);
233d239
< int put_des_char(int, FILE *);
242d247
< void set_des_key(char *);