fixup type of type
in ltc_asn1_list
doc
(cherry picked from commit 5e3e7e5304ed5eb73208e0e46ef76e9b03b0f4af)
This commit is contained in:
parent
cec171c17e
commit
10ad3b5b41
@ -5407,7 +5407,7 @@ in the same manner as the other data types except they use list of objects known
|
|||||||
\index{ltc\_asn1\_list structure}
|
\index{ltc\_asn1\_list structure}
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int type;
|
ltc_asn1_type type;
|
||||||
void *data;
|
void *data;
|
||||||
unsigned long size;
|
unsigned long size;
|
||||||
int used;
|
int used;
|
||||||
@ -5479,6 +5479,7 @@ LTC_SET_ASN1(sequence, x++, LTC_ASN1_NULL, NULL, 0);
|
|||||||
\hline
|
\hline
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
\caption{List of ASN.1 Supported Types}
|
\caption{List of ASN.1 Supported Types}
|
||||||
|
\index{ltc\_asn1\_type}
|
||||||
\end{small}
|
\end{small}
|
||||||
\end{center}
|
\end{center}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user