From e24e3dffad1d774d32db5ae064eea277f2028735 Mon Sep 17 00:00:00 2001 From: itojun Date: Thu, 31 Aug 2000 14:53:48 +0000 Subject: [PATCH] remove a comment, which is now bogus due to the previous change. sync with kame. --- sys/crypto/des/des.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/sys/crypto/des/des.h b/sys/crypto/des/des.h index 5a90bacad560..28d8d6715763 100644 --- a/sys/crypto/des/des.h +++ b/sys/crypto/des/des.h @@ -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,