opengnsys_ipxe/src/include/gpxe/sha1.h

13 lines
220 B
C

#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 */