opengnsys_ipxe/src/include/gpxe/md5.h

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 */