summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/sha1.h
blob: 1425d54cf8ff0b54e44dbb1db242f73f7fb1d647 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _GPXE_SHA1_H
#define _GPXE_SHA1_H

struct crypto_algorithm;

extern struct crypto_algorithm sha1_algorithm;

#endif /* _GPXE_SHA1_H */