Browse Source

fix typo pkcs7_depad > padding_depad [skip-ci]

Karel Miko 7 years ago
parent
commit
9c0d708523
1 changed files with 3 additions and 3 deletions
  1. 3 3
      doc/crypt.tex

+ 3 - 3
doc/crypt.tex

@@ -7204,9 +7204,9 @@ To depad data call:
 
 \index{padding\_depad()}
 \begin{verbatim}
-int pkcs7_depad(unsigned char *data,
-                unsigned long *length,
-                unsigned long  mode);
+int padding_depad(unsigned char *data,
+                  unsigned long *length,
+                  unsigned long  mode);
 \end{verbatim}
 
 Where \textit{data} is a pointer to the data to depad,