david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/include/gpxe/sha1.h

13 lines
220 B
C
Raw Normal View History

2007-01-31 13:24:01 +01:00
#ifndef _GPXE_SHA1_H
#define _GPXE_SHA1_H
#include "crypto/axtls/crypto.h"
2007-01-31 13:24:01 +01:00
struct crypto_algorithm;
#define SHA1_CTX_SIZE sizeof ( SHA1_CTX )
2007-01-31 13:24:01 +01:00
extern struct crypto_algorithm sha1_algorithm;
#endif /* _GPXE_SHA1_H */