[crypto] Rename aes_algorithm to aes_cbc_algorithm

This commit is contained in:
Michael Brown
2009-02-18 21:25:14 +00:00
parent aaa26f3bd3
commit 991f907d5b
3 changed files with 15 additions and 15 deletions

View File

@@ -3,6 +3,6 @@
struct crypto_algorithm;
extern struct crypto_algorithm aes_algorithm;
extern struct crypto_algorithm aes_cbc_algorithm;
#endif /* _GPXE_AES_H */