diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2009-03-11 19:46:35 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2009-03-11 19:46:35 -0700 |
commit | d16e5e8e8ea526326ed6f8880464399624bfe171 (patch) | |
tree | 9d1eb354f74532c219d31607e28840c4ebde3103 /gpxe/src/include/gpxe/aes.h | |
parent | 43224f02c231ed97a15d8300eaaf69ad8118d222 (diff) | |
download | syslinux-elf-syslinux-3.74-pre3.tar.gz syslinux-elf-syslinux-3.74-pre3.tar.xz syslinux-elf-syslinux-3.74-pre3.zip |
Update gPXE to version 0.9.7syslinux-3.74-pre3
Diffstat (limited to 'gpxe/src/include/gpxe/aes.h')
-rw-r--r-- | gpxe/src/include/gpxe/aes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gpxe/src/include/gpxe/aes.h b/gpxe/src/include/gpxe/aes.h index 75cb4c44..bdb4b351 100644 --- a/gpxe/src/include/gpxe/aes.h +++ b/gpxe/src/include/gpxe/aes.h @@ -1,8 +1,8 @@ #ifndef _GPXE_AES_H #define _GPXE_AES_H -struct crypto_algorithm; +struct cipher_algorithm; -extern struct crypto_algorithm aes_algorithm; +extern struct cipher_algorithm aes_cbc_algorithm; #endif /* _GPXE_AES_H */ |