From 1cb8841a46723156f61a2ecd518af4f213eea374 Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Thu, 29 Jun 2017 16:52:34 -0500 Subject: [PATCH] state -> context --- aes.macros | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aes.macros b/aes.macros index ba12be4..0a63d98 100644 --- a/aes.macros +++ b/aes.macros @@ -13,7 +13,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * This makes a function wrapper that is callable from C, -* taking a pointer to the state structure as its argument. +* taking a pointer to the context structure as its argument. macro CFunction &fn phb