Use __FBSDID().

This commit is contained in:
David E. O'Brien 2004-06-14 00:38:54 +00:00
parent 0d64fcd80b
commit 8c0866203c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130443
3 changed files with 13 additions and 3 deletions

View File

@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: des_ecb.c,v 1.6 2001/09/10 04:03:58 itojun Exp $ */
/* crypto/des/ecb_enc.c */
/* Copyright (C) 1995-1998 Eric Young (eay@mincom.oz.au)
* All rights reserved.
*
@ -48,6 +48,9 @@
* [including the GNU Public Licence.]
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/systm.h>
#include <crypto/des/des_locl.h>

View File

@ -1,7 +1,7 @@
/* $KAME: des_enc.c,v 1.1 2001/09/10 04:03:58 itojun Exp $ */
/* $FreeBSD$ */
/* crypto/des/des_enc.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@ -59,6 +59,9 @@
* [including the GNU Public Licence.]
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <crypto/des/des_locl.h>

View File

@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: des_setkey.c,v 1.7 2001/09/10 04:03:58 itojun Exp $ */
/* crypto/des/set_key.c */
/* Copyright (C) 1995-1996 Eric Young (eay@mincom.oz.au)
* All rights reserved.
*
@ -55,6 +55,10 @@
* 1.1 added norm_expand_bits
* 1.0 First working version
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/systm.h>
#include <crypto/des/des_locl.h>