summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/aes.h
blob: 75cb4c44e95a01bdc388f3dd9f8f5849d4e79af4 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _GPXE_AES_H
#define _GPXE_AES_H

struct crypto_algorithm;

extern struct crypto_algorithm aes_algorithm;

#endif /* _GPXE_AES_H */