blob: c10f46451245cffcca72d107f83b81fe1a79363b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
@deftypefun {const char *} {dane_cert_usage_name} (dane_cert_usage_t @var{usage})
@var{usage}: is a DANE certificate usage
Convert a @code{dane_cert_usage_t} value to a string.
@strong{Returns:} a string that contains the name of the specified
type, or @code{NULL} .
@end deftypefun
|