Generalise digest_algorithm to crypto_algorithm.

This commit is contained in:
Michael Brown
2007-01-30 14:55:17 +00:00
parent 2f7eac1646
commit db2fde474e
5 changed files with 85 additions and 43 deletions

View File

@@ -1,8 +1,8 @@
#ifndef _GPXE_MD5_H
#define _GPXE_MD5_H
struct digest_algorithm;
struct crypto_algorithm;
extern struct digest_algorithm md5_algorithm;
extern struct crypto_algorithm md5_algorithm;
#endif /* _GPXE_MD5_H */