https://github.com/google/tink
Raw File
Tip revision: 359f3cec5efce26fe0a56ec35965945936dbb104 authored by Charles Lee on 27 July 2018, 18:06:48 UTC
Update version references to 1.2.0-rc3.
Tip revision: 359f3ce
version_script.lds
VERS_1.2 {
  global:
    *tink*;
  local:
    *;
};
back to top