summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/aes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gpxe/aes.h b/src/include/gpxe/aes.h
index 75cb4c44e..dd6e77341 100644
--- a/src/include/gpxe/aes.h
+++ b/src/include/gpxe/aes.h
@@ -3,6 +3,6 @@
struct crypto_algorithm;
-extern struct crypto_algorithm aes_algorithm;
+extern struct crypto_algorithm aes_cbc_algorithm;
#endif /* _GPXE_AES_H */