mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 12:30:20 +03:00
Add wrapper around axtls' sha1 code
This commit is contained in:
8
src/include/gpxe/sha1.h
Normal file
8
src/include/gpxe/sha1.h
Normal file
@@ -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 */
|
||||
Reference in New Issue
Block a user