1. 02 Aug, 2017 16 commits
  2. 06 Jul, 2017 5 commits
  3. 05 Jul, 2017 5 commits
  4. 28 Jun, 2017 3 commits
  5. 27 Jun, 2017 9 commits
  6. 21 May, 2017 1 commit
  7. 09 May, 2017 1 commit
    • johvik's avatar
      Fix duplicate 'const' warnings · e70c4072
      johvik authored
      Since the typedef of asn_INTEGER_specifics_t also contains a const the
      compiler complained about:
      "warning: duplicate ‘const’ [-Wpedantic]"
      e70c4072