remove a comment, which is now bogus due to the previous change.
sync with kame.
This commit is contained in:
parent
efc4435cb3
commit
e24e3dffad
|
@ -1,5 +1,5 @@
|
|||
/* $NetBSD: des.h,v 1.2 2000/08/31 07:33:04 itojun Exp $ */
|
||||
/* $KAME: des.h,v 1.5 2000/08/31 07:27:26 itojun Exp $ */
|
||||
/* $NetBSD: des.h,v 1.3 2000/08/31 14:53:48 itojun Exp $ */
|
||||
/* $KAME: des.h,v 1.6 2000/08/31 14:52:59 itojun Exp $ */
|
||||
|
||||
/* lib/des/des.h */
|
||||
/* Copyright (C) 1995-1996 Eric Young (eay@mincom.oz.au)
|
||||
|
@ -82,9 +82,6 @@ typedef struct des_ks_struct
|
|||
|
||||
extern int des_check_key; /* defaults to false */
|
||||
|
||||
/* The next line is used to disable full ANSI prototypes, if your
|
||||
* compiler has problems with the prototypes, make sure this line always
|
||||
* evaluates to true :-) */
|
||||
char *des_options __P((void));
|
||||
struct mbuf;
|
||||
int des_cbc_encrypt __P((struct mbuf *, size_t, size_t,
|
||||
|
|
Loading…
Reference in New Issue