summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/aes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gpxe/aes.h')
-rw-r--r--src/include/gpxe/aes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gpxe/aes.h b/src/include/gpxe/aes.h
index dd6e7734..bdb4b351 100644
--- a/src/include/gpxe/aes.h
+++ b/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_cbc_algorithm;
+extern struct cipher_algorithm aes_cbc_algorithm;
#endif /* _GPXE_AES_H */