Skip to content

Commit 10ad3b5

Browse files
committed
fixup type of type in ltc_asn1_list doc
(cherry picked from commit 5e3e7e5)
1 parent cec171c commit 10ad3b5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

doc/crypt.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5407,7 +5407,7 @@ \chapter{Standards Support}
54075407
\index{ltc\_asn1\_list structure}
54085408
\begin{verbatim}
54095409
typedef struct {
5410-
int type;
5410+
ltc_asn1_type type;
54115411
void *data;
54125412
unsigned long size;
54135413
int used;
@@ -5479,6 +5479,7 @@ \chapter{Standards Support}
54795479
\hline
54805480
\end{tabular}
54815481
\caption{List of ASN.1 Supported Types}
5482+
\index{ltc\_asn1\_type}
54825483
\end{small}
54835484
\end{center}
54845485
\end{figure}

0 commit comments

Comments
 (0)