From 1ae70e12e539804c1c5cba50609c18ad44c6f46a Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 31 Jan 2007 18:09:20 +0000 Subject: Added wrapper for AXTLS AES code --- src/include/gpxe/aes.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/include/gpxe/aes.h (limited to 'src/include') diff --git a/src/include/gpxe/aes.h b/src/include/gpxe/aes.h new file mode 100644 index 000000000..75cb4c44e --- /dev/null +++ b/src/include/gpxe/aes.h @@ -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 */ -- cgit v1.2.3-55-g7522