Select Git revision
libhogweed.map.in
Forked from
Nettle / nettle
1348 commits behind the upstream repository.
-
Signed-off-by:
Nikos Mavrogiannopoulos <nmav@redhat.com>
Signed-off-by:
Nikos Mavrogiannopoulos <nmav@redhat.com>
libhogweed.map.in 338 B
# libhogweed.map -- libhogweed linker version script. -*- ld-script -*-
#
# The symbol version must be updated on every hogweed
# library major number change. That is taken care by
# auto-generating the file.
HOGWEED_@LIBHOGWEED_MAJOR@
{
global:
nettle_*;
_nettle_*;
@HOGWEED_EXTRA_SYMBOLS@
local:
*;
};