aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/unbound/unbound_rr.c
Commit message (Collapse)AuthorAgeFilesLines
* unbound: Explicitly cast from ldns RR type/class to our typesMartin Willi2014-05-161-2/+2
| | | | | | These definitions are directly derived from the RFC, so it should be safe to cast them. clang complains about the different types, so cast them explicitly.
* unbound: Implemented rr_t as unbound_rr_tReto Guadagnini2013-02-191-0/+164