From c1aa1d0764113ee108acf47d1ddb42dbf2880a76 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 31 Jan 2007 12:24:01 +0000 Subject: Add wrapper around axtls' sha1 code --- src/include/gpxe/sha1.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/include/gpxe/sha1.h (limited to 'src/include') 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 */ -- cgit v1.2.3-55-g7522