diff options
author | jbj <devnull@localhost> | 2003-04-28 19:34:20 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-04-28 19:34:20 +0000 |
commit | e4474b56d620eda7c1f55b385aebac1731569a60 (patch) | |
tree | af8f4bc3f9a882bc60cb1173a918e19e146d8f70 /beecrypt/md5.h | |
parent | a08149369a67ef068bd205164c941768a8e97937 (diff) | |
download | librpm-tizen-e4474b56d620eda7c1f55b385aebac1731569a60.tar.gz librpm-tizen-e4474b56d620eda7c1f55b385aebac1731569a60.tar.bz2 librpm-tizen-e4474b56d620eda7c1f55b385aebac1731569a60.zip |
beecrypt-3.0.0 merge: uint32 excision.
CVS patchset: 6784
CVS date: 2003/04/28 19:34:20
Diffstat (limited to 'beecrypt/md5.h')
-rw-r--r-- | beecrypt/md5.h | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/beecrypt/md5.h b/beecrypt/md5.h index d524a61d1..ae39c742a 100644 --- a/beecrypt/md5.h +++ b/beecrypt/md5.h @@ -1,14 +1,6 @@ -/** \ingroup HASH_md5_m HASH_m - * \file md5.h - * - * MD5 hash function, header. - */ - /* * Copyright (c) 2000, 2002 Virtual Unlimited B.V. * - * Author: Bob Deblier <bob@virtualunlimited.com> - * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either @@ -25,12 +17,18 @@ * */ +/*!\file md5.h + * \brief MD5 hash function, headers. + * \author Bob Deblier <bob.deblier@pandora.be> + * \ingroup HASH_m HASH_md5_m + */ + #ifndef _MD5_H #define _MD5_H #include "beecrypt.h" -/** \ingroup HASH_md5_m +/*!\ingroup HASH_md5_m */ typedef struct { |