summaryrefslogtreecommitdiff
path: root/libhogweed.map.in
blob: 6913f95146398dcf00832d9abaaba2309248c125 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# libhogweed.map.in -- 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:
    @HOGWEED_EXTRA_SYMBOLS@
    nettle_*;

  local:
    *;
};

# Internal symbols which are to be used only for unit or other
# testing. Compatibility may break across releases.
HOGWEED_INTERNAL_@LIBHOGWEED_MAJOR@_@LIBNETTLE_MINOR@
{
  global:
    _nettle_*;

  local:
    *;
};