mirror of
https://github.com/ipxe/ipxe
synced 2026-04-16 03:00:10 +03:00
Added wrapper for AXTLS AES code
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef _GPXE_AES_H
|
||||
#define _GPXE_AES_H
|
||||
|
||||
struct crypto_algorithm;
|
||||
|
||||
extern struct crypto_algorithm aes_algorithm;
|
||||
|
||||
#endif /* _GPXE_AES_H */
|
||||
Reference in New Issue
Block a user