1@subheading asn1_perror
2@anchor{asn1_perror}
3@deftypefun {void} {asn1_perror} (int @var{error})
4@var{error}: is an error returned by a libtasn1 function.
5
6Prints a string to stderr with a description of an error.  This
7function is like @code{perror()} .  The only difference is that it accepts
8an error returned by a libtasn1 function.
9
10@strong{Since:} 1.6
11@end deftypefun
12
13