diff options
| author | Michael Brown | 2007-01-31 13:24:01 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-01-31 13:24:01 +0100 |
| commit | c1aa1d0764113ee108acf47d1ddb42dbf2880a76 (patch) | |
| tree | a7d98e0c69bfe10a136339110a6951e414f23361 /src/include | |
| parent | Adding missing include (diff) | |
| download | ipxe-c1aa1d0764113ee108acf47d1ddb42dbf2880a76.tar.gz ipxe-c1aa1d0764113ee108acf47d1ddb42dbf2880a76.tar.xz ipxe-c1aa1d0764113ee108acf47d1ddb42dbf2880a76.zip | |
Add wrapper around axtls' sha1 code
Diffstat (limited to 'src/include')
| -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 */ |
