From 991f907d5bcb90643491184bc2ecd05a5b2f4e17 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 18 Feb 2009 21:25:14 +0000 Subject: [crypto] Rename aes_algorithm to aes_cbc_algorithm --- src/include/gpxe/aes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/gpxe') 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 */ -- cgit v1.2.3-55-g7522