summaryrefslogblamecommitdiffstats
path: root/src/include/gpxe/md5.h
blob: 56120ca13006b3c0c5a43a76c8acabc2da740ddf (plain) (tree)
1
2
3
4
5
6
7
8


                   
                        
 
                                             

                        
#ifndef _GPXE_MD5_H
#define _GPXE_MD5_H

struct digest_algorithm;

extern struct digest_algorithm md5_algorithm;

#endif /* _GPXE_MD5_H */