mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 04:50:25 +03:00
9 lines
139 B
C
9 lines
139 B
C
#ifndef _GPXE_MD5_H
|
|
#define _GPXE_MD5_H
|
|
|
|
struct digest_algorithm;
|
|
|
|
extern struct digest_algorithm md5_algorithm;
|
|
|
|
#endif /* _GPXE_MD5_H */
|