blob: a0d33e76d164b0609253c16b2bb481c01641ed50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
@deftypefun {int} {dane_state_set_dlv_file} (dane_state_t @var{s}, const char * @var{file})
@var{s}: The structure to be deinitialized
@var{file}: The file holding the DLV keys.
This function will set a file with trusted keys
for DLV (DNSSEC Lookaside Validation).
@end deftypefun
|