summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/sha1.h
blob: 2d6e90ddfdd3899ab7e2844c75d530729852087a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _GPXE_SHA1_H
#define _GPXE_SHA1_H

#include "crypto/axtls/crypto.h"

struct crypto_algorithm;

#define SHA1_CTX_SIZE sizeof ( SHA1_CTX )
#define SHA1_DIGEST_SIZE SHA1_SIZE

extern struct crypto_algorithm sha1_algorithm;

#endif /* _GPXE_SHA1_H */