1libtasn1_strerror(3)               libtasn1               libtasn1_strerror(3)
2
3
4

NAME

6       libtasn1_strerror - Returns a string with a description of an error
7

SYNOPSIS

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

ARGUMENTS

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

DESCRIPTION

18       This  function  is similar to strerror.  The only difference is that it
19       accepts an error (number) returned by a libtasn1 function.
20

RETURNS

22       Pointer to static zero-terminated string describing error code.
23

DEPRECATED

25       Use asn1_strerror() instead.
26
28       Copyright © 2006, 2007, 2008, 2009 Free Software Foundation, Inc..
29       Copying and distribution of this file, with  or  without  modification,
30       are  permitted  in  any  medium  without royalty provided the copyright
31       notice and this notice are preserved.
32

SEE ALSO

34       The full documentation for libtasn1 is maintained as a Texinfo  manual.
35       If  the info and libtasn1 programs are properly installed at your site,
36       the command
37
38              info libtasn1
39
40       should give you access to the complete manual.
41
42
43
44libtasn1                              2.3                 libtasn1_strerror(3)
Impressum