]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - engines/e_chil.c
Rename some BUF_xxx to OPENSSL_xxx
[thirdparty/openssl.git] / engines / e_chil.c
index 8696c9ac2c6833bf3cd1878c2aa9bf83cbbc6da9..924de8ca4890d158b5ed55a92b7a5f4445ba9dcd 100644 (file)
@@ -476,7 +476,7 @@ static const char *get_HWCRHK_LIBNAME(void)
 static long set_HWCRHK_LIBNAME(const char *name)
 {
     free_HWCRHK_LIBNAME();
-    return (((HWCRHK_LIBNAME = BUF_strdup(name)) != NULL) ? 1 : 0);
+    return (((HWCRHK_LIBNAME = OPENSSL_strdup(name)) != NULL) ? 1 : 0);
 }
 
 static const char *n_hwcrhk_Init = "HWCryptoHook_Init";