Fix some typos
[oweals/openssl.git] / providers / implementations / ciphers / cipher_aes_hw_t4.inc
index 21b672710a1522cbb047a0b8b94e0182d7d6c5a0..07b65789f13bde38829be3eaff48cefda989b96a 100644 (file)
@@ -88,7 +88,8 @@ static int cipher_hw_aes_t4_initkey(PROV_CIPHER_CTX *dat,
 #define PROV_CIPHER_HW_declare(mode)                                           \
 static const PROV_CIPHER_HW aes_t4_##mode = {                                  \
     cipher_hw_aes_t4_initkey,                                                  \
-    cipher_hw_generic_##mode                                                   \
+    cipher_hw_generic_##mode,                                                  \
+    cipher_hw_aes_copyctx                                                      \
 };
 #define PROV_CIPHER_HW_select(mode)                                            \
     if (SPARC_AES_CAPABLE)                                                     \