fix build error

This commit is contained in:
Steffen Jaeckel 2014-08-31 17:02:07 +02:00
parent d010f19587
commit 1367c1d685

View File

@ -3560,7 +3560,7 @@ is provided:
int rsa_sign_saltlen_get_max(int hash_idx, rsa_key *key);
\end{verbatim}
As stated in the PKCS#1 RFC3447 "Typical salt lengths in octets are hLen
As stated in the PKCS\#1 RFC3447 "Typical salt lengths in octets are hLen
(the length of the output of the hash function Hash) and 0".
This function is provided to be able to use other lengths as well and to make
sure at runtime that the RSA key can handle the desired salt length.