aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/engine_err.c
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2000-12-14 21:41:55 +0000
committerGeoff Thorpe <geoff@openssl.org>2000-12-14 21:41:55 +0000
commit016d7d250afbc13b408287dd4628e41bfa71c14c (patch)
tree295a8bda8a7e8b6cb5d7e3956dcc986293684c1e /crypto/engine/engine_err.c
parent2c15d426b927444652cb53f39bc8463a1e6b91a6 (diff)
downloadopenssl-016d7d250afbc13b408287dd4628e41bfa71c14c.tar.gz
This is an engine contributed by Broadcom - it is meant to support the
BCM5805 and BCM5820 units. So far I've merely taken a skim over the code and changed a few things from their original contributed source (de-shadowing variables, removing variables from the header, and re-constifying some functions to remove warnings). If this gives compilation problems on any system, please let me know. We will hopefully know for sure whether this actually functions on a system with the relevant hardware in a day or two. :-)
Diffstat (limited to 'crypto/engine/engine_err.c')
-rw-r--r--crypto/engine/engine_err.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/engine/engine_err.c b/crypto/engine/engine_err.c
index 44c4fb9dde..29e8b6d458 100644
--- a/crypto/engine/engine_err.c
+++ b/crypto/engine/engine_err.c
@@ -129,6 +129,13 @@ static ERR_STRING_DATA ENGINE_str_functs[]=
{ERR_PACK(0,ENGINE_F_NURON_FINISH,0), "NURON_FINISH"},
{ERR_PACK(0,ENGINE_F_NURON_INIT,0), "NURON_INIT"},
{ERR_PACK(0,ENGINE_F_NURON_MOD_EXP,0), "NURON_MOD_EXP"},
+{ERR_PACK(0,ENGINE_F_UBSEC_DSA_SIGN,0), "UBSEC_DSA_SIGN"},
+{ERR_PACK(0,ENGINE_F_UBSEC_DSA_VERIFY,0), "UBSEC_DSA_VERIFY"},
+{ERR_PACK(0,ENGINE_F_UBSEC_FINISH,0), "UBSEC_FINISH"},
+{ERR_PACK(0,ENGINE_F_UBSEC_INIT,0), "UBSEC_INIT"},
+{ERR_PACK(0,ENGINE_F_UBSEC_MOD_EXP,0), "UBSEC_MOD_EXP"},
+{ERR_PACK(0,ENGINE_F_UBSEC_RSA_MOD_EXP,0), "UBSEC_RSA_MOD_EXP"},
+{ERR_PACK(0,ENGINE_F_UBSEC_RSA_MOD_EXP_CRT,0), "UBSEC_RSA_MOD_EXP_CRT"},
{0,NULL}
};