]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/evp/evp_err.c
Fix reason code: EVP_R_OPERATON_NOT_INITIALIZED
[thirdparty/openssl.git] / crypto / evp / evp_err.c
index 5d9b82c2899d625056dfb6829204a0417fc6bb54..850de00ca9d544970cf571371b184d51977a8a4d 100644 (file)
@@ -135,7 +135,7 @@ static const ERR_STRING_DATA EVP_str_reasons[] = {
     "only oneshot supported"},
     {ERR_PACK(ERR_LIB_EVP, 0, EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE),
     "operation not supported for this keytype"},
-    {ERR_PACK(ERR_LIB_EVP, 0, EVP_R_OPERATON_NOT_INITIALIZED),
+    {ERR_PACK(ERR_LIB_EVP, 0, EVP_R_OPERATION_NOT_INITIALIZED),
     "operation not initialized"},
     {ERR_PACK(ERR_LIB_EVP, 0, EVP_R_OUTPUT_WOULD_OVERFLOW),
     "output would overflow"},