mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 10:02:42 +03:00
9 lines
139 B
C
9 lines
139 B
C
|
|
#ifndef _GPXE_AES_H
|
||
|
|
#define _GPXE_AES_H
|
||
|
|
|
||
|
|
struct crypto_algorithm;
|
||
|
|
|
||
|
|
extern struct crypto_algorithm aes_algorithm;
|
||
|
|
|
||
|
|
#endif /* _GPXE_AES_H */
|