Parcourir la source

CRYPT_INVALID_KEYSIZE isn't only used for block ciphers

Steffen Jaeckel il y a 8 ans
Parent
commit
33e70b427a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/misc/error_to_string.c

+ 1 - 1
src/misc/error_to_string.c

@@ -20,7 +20,7 @@ static const char * const err_2_str[] =
    "CRYPT_ERROR",
    "Non-fatal 'no-operation' requested.",
 
-   "Invalid keysize for block cipher.",
+   "Invalid key size.",
    "Invalid number of rounds for block cipher.",
    "Algorithm failed test vectors.",