summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2016-08-06 17:03:15 +0200
committerRich Salz <rsalz@openssl.org>2016-08-10 09:58:57 -0400
commit5898b8eb87e464b80153cae3424f4d283cb841b6 (patch)
treebbe187fed3de7e9b9baea490ab6f82b7f868d759 /include
parent3663990760f9e414c50f3a73fa7276b4b528ef41 (diff)
Fix spelling of error code
Reviewed-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1421)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/evp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/evp.h b/include/openssl/evp.h
index 3671bd0f4e..84df8a09e7 100644
--- a/include/openssl/evp.h
+++ b/include/openssl/evp.h
@@ -1561,7 +1561,7 @@ int ERR_load_EVP_strings(void);
# define EVP_R_UNKNOWN_DIGEST 161
# define EVP_R_UNKNOWN_OPTION 169
# define EVP_R_UNKNOWN_PBE_ALGORITHM 121
-# define EVP_R_UNSUPORTED_NUMBER_OF_ROUNDS 135
+# define EVP_R_UNSUPPORTED_NUMBER_OF_ROUNDS 135
# define EVP_R_UNSUPPORTED_ALGORITHM 156
# define EVP_R_UNSUPPORTED_CIPHER 107
# define EVP_R_UNSUPPORTED_KEYLENGTH 123