Don't allow BIGNUMs to become so large that computations with dmax
[openssl.git] / crypto / bn / bn_err.c
index afb9320322606be0939f0af02c2fc9d30932a7d2..2bb311f95cb9ac81379600adba52a4c7ec707c8b 100644 (file)
@@ -105,6 +105,7 @@ static ERR_STRING_DATA BN_str_reasons[]=
 {BN_R_NOT_INITIALIZED                    ,"not initialized"},
 {BN_R_NO_INVERSE                         ,"no inverse"},
 {BN_R_P_IS_NOT_PRIME                     ,"p is not prime"},
+{BN_R_TOO_LARGE                          ,"too large"},
 {BN_R_TOO_MANY_ITERATIONS                ,"too many iterations"},
 {BN_R_TOO_MANY_TEMPORARY_VARIABLES       ,"too many temporary variables"},
 {0,NULL}