index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-09-28 23:25:10 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-09-28 23:27:14 -0500 |
commit | 4453ce155c2f2c5d48e45269250ac0bab52ac63f (patch) | |
tree | 01e0ab7731a93f627dc6841ddb6f7f1e5ca2fb89 /lib/libalpm/md5.h | |
parent | 01e92e9ded7dc5e9a26a65bace71477a51f08bdb (diff) |
-rw-r--r-- | lib/libalpm/md5.h | 24 |
diff --git a/lib/libalpm/md5.h b/lib/libalpm/md5.h index 7af70749..4adc8a88 100644 --- a/lib/libalpm/md5.h +++ b/lib/libalpm/md5.h @@ -40,30 +40,6 @@ typedef struct md5_context; /** - * \brief MD5 context setup - * - * \param ctx context to be initialized - */ -void md5_starts( md5_context *ctx ); - -/** - * \brief MD5 process buffer - * - * \param ctx MD5 context - * \param input buffer holding the data - * \param ilen length of the input data - */ -void md5_update( md5_context *ctx, unsigned char *input, int ilen ); - -/** - * \brief MD5 final digest - * - * \param ctx MD5 context - * \param output MD5 checksum result - */ -void md5_finish( md5_context *ctx, unsigned char *output ); - -/** * \brief Output = MD5( input buffer ) * * \param input buffer holding the data |