Blob Blame History Raw
# 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:
    *;
};