diff options
| author | Michael Brown | 2009-02-18 22:25:14 +0100 |
|---|---|---|
| committer | Michael Brown | 2009-02-18 22:28:46 +0100 |
| commit | 991f907d5bcb90643491184bc2ecd05a5b2f4e17 (patch) | |
| tree | 1ae11aec6797cd98540114a3e4c86bf9c1a6e1b2 /src/include | |
| parent | [pxe] Initialize EDX on PXE NBP entry and INT 1Ah (diff) | |
| download | ipxe-991f907d5bcb90643491184bc2ecd05a5b2f4e17.tar.gz ipxe-991f907d5bcb90643491184bc2ecd05a5b2f4e17.tar.xz ipxe-991f907d5bcb90643491184bc2ecd05a5b2f4e17.zip | |
[crypto] Rename aes_algorithm to aes_cbc_algorithm
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/gpxe/aes.h | 2 |
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 */ |
