utils: Rename crc32() to pldm_edac_crc32()
Chip away at transitioning the library API surface to a consistent
symbol prefix.
Change-Id: I1abd96407867ddf8390cb9fbba9a8085478f08dd
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
diff --git a/meson.build b/meson.build
index ce79813..4821698 100644
--- a/meson.build
+++ b/meson.build
@@ -46,7 +46,7 @@
entrypoint += ' __attribute__((tainted_args))'
endif
-libpldm_deprecated_aliases = []
+libpldm_deprecated_aliases = [['crc32', 'pldm_edac_crc32']]
if get_option('abi').contains('deprecated')
conf.set('LIBPLDM_ABI_DEPRECATED', entrypoint)
conf.set(