1asn1_strerror(3)                   libtasn1                   asn1_strerror(3)
2
3
4

NAME

6       asn1_strerror - API function
7

SYNOPSIS

9       #include <libtasn1.h>
10
11       const char * asn1_strerror(asn1_retCode error);
12

ARGUMENTS

14       asn1_retCode error
15                   is an error returned by a libtasn1 function.
16

DESCRIPTION

18       Returns a string with a description of an error.  This function is sim‐
19       ilar to strerror.  The only difference is  that  it  accepts  an  error
20       (number) returned by a libtasn1 function.
21
22       This function replaces libtasn1_strerror() in older libtasn1.
23

RETURNS

25       Pointer to static zero-terminated string describing error code.
26

SINCE

28       1.6
29
31       Copyright  ©  2006,  2007,  2008,  2009, 2010 Free Software Foundation,
32       Inc..
33       Copying and distribution of this file, with  or  without  modification,
34       are  permitted  in  any  medium  without royalty provided the copyright
35       notice and this notice are preserved.
36

SEE ALSO

38       The full documentation for libtasn1 is maintained as a Texinfo  manual.
39       If  the info and libtasn1 programs are properly installed at your site,
40       the command
41
42              info libtasn1
43
44       should give you access to the complete manual.
45
46
47
48libtasn1                              2.7                     asn1_strerror(3)
Impressum