diff options
Diffstat (limited to 'sys/crypto/des_locl.h')
-rw-r--r-- | sys/crypto/des_locl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/crypto/des_locl.h b/sys/crypto/des_locl.h index 44c9289973f..e65658037a1 100644 --- a/sys/crypto/des_locl.h +++ b/sys/crypto/des_locl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: des_locl.h,v 1.3 2005/06/13 10:56:44 hshoexer Exp $ */ +/* $OpenBSD: des_locl.h,v 1.4 2012/12/05 23:20:15 deraadt Exp $ */ /* lib/des/des_locl.h */ /* Copyright (C) 1995 Eric Young (eay@mincom.oz.au) @@ -50,7 +50,6 @@ #ifndef HEADER_DES_LOCL_H #define HEADER_DES_LOCL_H -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/systm.h> |