Skip to content

Replace deprecated libtasn1 macros

Dimitri Papadopoulos Orfanos requested to merge libtasn1 into master

New macros were introduced in libatsn1 3.0 on 2012-10-28:

  • ASN1_TYPEasn1_node
  • ASN1_DATA_NODEasn1_data_node_st
  • ASN1_TYPE_EMPTYNULL

We have to go back to RHEL 6 and Fedora 16 for such an early version of libtasn1.

Because we have stopped testing and supporting Cent0S 6, we can get rid of these deprecated types.

Fixes #539 (closed).

See also ocserv@30ae9908.

Edited by Dimitri Papadopoulos Orfanos

Merge request reports