summaryrefslogtreecommitdiff
path: root/libnettle.map.in
blob: 02455bc54977d173358fa2df0e88bd925ac2c222 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# libnettle.map -- libnettle linker version script.           -*- ld-script -*-

#
# The symbol version must be updated on every nettle
# library major number change. That is taken care by
# auto-generating the file.

NETTLE_@LIBNETTLE_MAJOR@
{
  global:
    nettle_*;
    _nettle_*;

  local:
    *;
};