summaryrefslogtreecommitdiff
path: root/libhogweed.map.in
blob: eea6ed8151e57843a146cf3cfb541f540be72f97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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:
    *;
};