diff options
Diffstat (limited to 'src/include/gpxe')
| -rw-r--r-- | src/include/gpxe/sha1.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/gpxe/sha1.h b/src/include/gpxe/sha1.h new file mode 100644 index 000000000..1425d54cf --- /dev/null +++ b/src/include/gpxe/sha1.h @@ -0,0 +1,8 @@ +#ifndef _GPXE_SHA1_H +#define _GPXE_SHA1_H + +struct crypto_algorithm; + +extern struct crypto_algorithm sha1_algorithm; + +#endif /* _GPXE_SHA1_H */ |
