david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/include/gpxe/md5.h
2007-01-30 14:55:17 +00:00

9 lines
139 B
C

#ifndef _GPXE_MD5_H
#define _GPXE_MD5_H
struct crypto_algorithm;
extern struct crypto_algorithm md5_algorithm;
#endif /* _GPXE_MD5_H */