opengnsys_ipxe/src/include/gpxe/sha1.h

14 lines
255 B
C

#ifndef _GPXE_SHA1_H
#define _GPXE_SHA1_H
#include "crypto/axtls/crypto.h"
struct digest_algorithm;
#define SHA1_CTX_SIZE sizeof ( SHA1_CTX )
#define SHA1_DIGEST_SIZE SHA1_SIZE
extern struct digest_algorithm sha1_algorithm;
#endif /* _GPXE_SHA1_H */