diff options
Diffstat (limited to 'src/include/gpxe/sha1.h')
| -rw-r--r-- | src/include/gpxe/sha1.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/gpxe/sha1.h b/src/include/gpxe/sha1.h index 1425d54cf..0a811018c 100644 --- a/src/include/gpxe/sha1.h +++ b/src/include/gpxe/sha1.h @@ -1,8 +1,12 @@ #ifndef _GPXE_SHA1_H #define _GPXE_SHA1_H +#include "crypto/axtls/crypto.h" + struct crypto_algorithm; +#define SHA1_CTX_SIZE sizeof ( SHA1_CTX ) + extern struct crypto_algorithm sha1_algorithm; #endif /* _GPXE_SHA1_H */ |
