Fix Solaris aes_hw_t4 compile issue
[openssl.git] / providers / common / ciphers / cipher_aes_ccm_hw_t4.inc
index 0dc6efcef4da2c57e205ad96d6806f6fc50815e6..21bf6861e0bd4ca4af788d891ecffd2c39ced19e 100644 (file)
@@ -17,7 +17,7 @@ static int ccm_t4_aes_initkey(PROV_CCM_CTX *ctx, const unsigned char *key,
 {
     PROV_AES_CCM_CTX *actx = (PROV_AES_CCM_CTX *)ctx;
 
-    AES_CCM_SET_KEY_FN(aes_t4_set_encrypt_key, aes_t4_encrypt, NULL, NULL);
+    AES_HW_CCM_SET_KEY_FN(aes_t4_set_encrypt_key, aes_t4_encrypt, NULL, NULL);
     return 1;
 }