Added wrapper for AXTLS AES code

This commit is contained in:
Michael Brown
2007-01-31 18:09:20 +00:00
parent 0d07657296
commit 1ae70e12e5
2 changed files with 61 additions and 0 deletions

8
src/include/gpxe/aes.h Normal file
View File

@@ -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 */