Skip to content

Commit 9c0d708

Browse files
committed
fix typo pkcs7_depad > padding_depad [skip-ci]
1 parent fba6ae3 commit 9c0d708

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/crypt.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7204,9 +7204,9 @@ \subsection{Depadding}
72047204

72057205
\index{padding\_depad()}
72067206
\begin{verbatim}
7207-
int pkcs7_depad(unsigned char *data,
7208-
unsigned long *length,
7209-
unsigned long mode);
7207+
int padding_depad(unsigned char *data,
7208+
unsigned long *length,
7209+
unsigned long mode);
72107210
\end{verbatim}
72117211

72127212
Where \textit{data} is a pointer to the data to depad,

0 commit comments

Comments
 (0)