summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe
diff options
context:
space:
mode:
authorMichael Brown2007-01-31 13:24:01 +0100
committerMichael Brown2007-01-31 13:24:01 +0100
commitc1aa1d0764113ee108acf47d1ddb42dbf2880a76 (patch)
treea7d98e0c69bfe10a136339110a6951e414f23361 /src/include/gpxe
parentAdding missing include (diff)
downloadipxe-c1aa1d0764113ee108acf47d1ddb42dbf2880a76.tar.gz
ipxe-c1aa1d0764113ee108acf47d1ddb42dbf2880a76.tar.xz
ipxe-c1aa1d0764113ee108acf47d1ddb42dbf2880a76.zip
Add wrapper around axtls' sha1 code
Diffstat (limited to 'src/include/gpxe')
-rw-r--r--src/include/gpxe/sha1.h8
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 */