Improve error handling if decompression of an ec point fails, and cleanup
[openssl.git] / crypto / bn / bn.h
index cbe3153e9e14f59680b46df40ef7c745b16fe718..acf48b9784edcd6cacf8899591c7ee100ad7557f 100644 (file)
@@ -783,6 +783,7 @@ void ERR_load_BN_strings(void);
 #define BN_R_NOT_IMPLEMENTED                            116
 #define BN_R_NOT_INITIALIZED                            107
 #define BN_R_NO_INVERSE                                         108
+#define BN_R_NO_SOLUTION                                117
 #define BN_R_P_IS_NOT_PRIME                             112
 #define BN_R_TOO_MANY_ITERATIONS                        113
 #define BN_R_TOO_MANY_TEMPORARY_VARIABLES               109