/*CONTCOND*/ a sizeof comparison

This commit is contained in:
perry 2002-11-02 07:19:51 +00:00
parent 3f03646323
commit e4c3c3c99a

View File

@ -1,4 +1,4 @@
/* $NetBSD: des_ecb.c,v 1.6 2001/11/13 01:40:09 lukem Exp $ */
/* $NetBSD: des_ecb.c,v 1.7 2002/11/02 07:19:51 perry Exp $ */
/* $KAME: des_ecb.c,v 1.5 2000/11/06 13:58:08 itojun Exp $ */
/* crypto/des/ecb_enc.c */
@ -49,7 +49,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: des_ecb.c,v 1.6 2001/11/13 01:40:09 lukem Exp $");
__KERNEL_RCSID(0, "$NetBSD: des_ecb.c,v 1.7 2002/11/02 07:19:51 perry Exp $");
#include <sys/param.h>
#ifdef _KERNEL
@ -93,6 +93,7 @@ char *des_options(void)
#else
unroll="4";
#endif
/*CONSTCOND*/
if (sizeof(DES_LONG) != sizeof(long))
size="int";
else