summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2007-04-19 15:14:21 +0000
committerBodo Möller <bodo@openssl.org>2007-04-19 15:14:21 +0000
commit24a8c25ab5a91b4cf467aef1af3dcc474b1c7df2 (patch)
tree6bd7f5715769738d53af378dda42d21cde8cb7a9 /crypto/bn/bn.h
parentd1e7d1d96cbec34a44449e19433b5fe7d748e06a (diff)
fix error codes
Diffstat (limited to 'crypto/bn/bn.h')
-rw-r--r--crypto/bn/bn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/bn/bn.h b/crypto/bn/bn.h
index d69e37b04d..68ed77eaab 100644
--- a/crypto/bn/bn.h
+++ b/crypto/bn/bn.h
@@ -803,6 +803,7 @@ void ERR_load_BN_strings(void);
#define BN_F_BN_CTX_NEW 106
#define BN_F_BN_CTX_START 129
#define BN_F_BN_DIV 107
+#define BN_F_BN_DIV_NO_BRANCH 138
#define BN_F_BN_DIV_RECP 130
#define BN_F_BN_EXP 123
#define BN_F_BN_EXPAND2 108
@@ -821,6 +822,7 @@ void ERR_load_BN_strings(void);
#define BN_F_BN_MOD_EXP_RECP 125
#define BN_F_BN_MOD_EXP_SIMPLE 126
#define BN_F_BN_MOD_INVERSE 110
+#define BN_F_BN_MOD_INVERSE_NO_BRANCH 139
#define BN_F_BN_MOD_LSHIFT_QUICK 119
#define BN_F_BN_MOD_MUL_RECIPROCAL 111
#define BN_F_BN_MOD_SQRT 121