We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
type
ltc_asn1_list
1 parent cec171c commit 10ad3b5Copy full SHA for 10ad3b5
1 file changed
doc/crypt.tex
@@ -5407,7 +5407,7 @@ \chapter{Standards Support}
5407
\index{ltc\_asn1\_list structure}
5408
\begin{verbatim}
5409
typedef struct {
5410
- int type;
+ ltc_asn1_type type;
5411
void *data;
5412
unsigned long size;
5413
int used;
@@ -5479,6 +5479,7 @@ \chapter{Standards Support}
5479
\hline
5480
\end{tabular}
5481
\caption{List of ASN.1 Supported Types}
5482
+\index{ltc\_asn1\_type}
5483
\end{small}
5484
\end{center}
5485
\end{figure}
0 commit comments