summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe
diff options
context:
space:
mode:
authorMichael Brown2009-02-18 22:25:14 +0100
committerMichael Brown2009-02-18 22:28:46 +0100
commit991f907d5bcb90643491184bc2ecd05a5b2f4e17 (patch)
tree1ae11aec6797cd98540114a3e4c86bf9c1a6e1b2 /src/include/gpxe
parent[pxe] Initialize EDX on PXE NBP entry and INT 1Ah (diff)
downloadipxe-991f907d5bcb90643491184bc2ecd05a5b2f4e17.tar.gz
ipxe-991f907d5bcb90643491184bc2ecd05a5b2f4e17.tar.xz
ipxe-991f907d5bcb90643491184bc2ecd05a5b2f4e17.zip
[crypto] Rename aes_algorithm to aes_cbc_algorithm
Diffstat (limited to 'src/include/gpxe')
-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 */