mirror of
https://github.com/ipxe/ipxe
synced 2026-01-03 02:13:23 +03:00
Generalise digest_algorithm to crypto_algorithm.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user