diff options
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 */ |