1asn1_delete_element(3) libtasn1 asn1_delete_element(3)
2
3
4
6 asn1_delete_element - API function
7
9 #include <libtasn1.h>
10
11 asn1_retCode asn1_delete_element(ASN1_TYPE structure, const char * ele‐
12 ment_name);
13
15 ASN1_TYPE structure
16 pointer to the structure that contains the element you want
17 to delete.
18
19 const char * element_name
20 element's name you want to delete.
21
23 Deletes the element named *element_name inside *structure.
24
27 Copyright © 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
28 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
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.7 asn1_delete_element(3)