prov: prefix all exposed 'cipher' symbols with ossl_
[openssl.git] / providers / implementations / ciphers / cipher_tdes_wrap_hw.c
index 477089ff869aaa1691081541cd6fb6d7257cca30..3c8c83332070ff62f1038052a9ff26bb0d5161c7 100644 (file)
@@ -15,6 +15,6 @@
 
 #include "cipher_tdes_default.h"
 
-#define cipher_hw_tdes_wrap_initkey cipher_hw_tdes_ede3_initkey
+#define ossl_cipher_hw_tdes_wrap_initkey ossl_cipher_hw_tdes_ede3_initkey
 
 PROV_CIPHER_HW_tdes_mode(wrap, cbc)