diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 21:56:22 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 21:56:22 +0000 |
| commit | 5d946b40c380481be0713de3066a729eefa2eba1 (patch) | |
| tree | afe8c3e82d2b944ae6e09863b3f988a41724980d /lib/libmd/rmddriver.c | |
| parent | 65c67357645348a86768e91aee8946c05415e2e1 (diff) | |
Notes
Diffstat (limited to 'lib/libmd/rmddriver.c')
| -rw-r--r-- | lib/libmd/rmddriver.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libmd/rmddriver.c b/lib/libmd/rmddriver.c index 4278a0f3915c..29084a962b6e 100644 --- a/lib/libmd/rmddriver.c +++ b/lib/libmd/rmddriver.c @@ -1,7 +1,9 @@ /* RIPEMD160DRIVER.C - test driver for RIPEMD160 - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + /* Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990. All rights reserved. |
