Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2015-02-11 23:55:26 +0300
committerAdam Langley <agl@google.com>2015-02-12 02:12:08 +0300
commit689be0f4b7289ed633dee1d9861f13d80e65c96d (patch)
treeac3eec38cf6300637a5ed6f26fcead449f1fd32e /crypto/err/dh.errordata
parent96396b3aaac304912ea1e4dd59d228cf3e42830e (diff)
Reset all the error codes.
This saves about 6-7k of error data. Change-Id: Ic28593d4a1f5454f00fb2399d281c351ee57fb14 Reviewed-on: https://boringssl-review.googlesource.com/3385 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'crypto/err/dh.errordata')
-rw-r--r--crypto/err/dh.errordata12
1 files changed, 6 insertions, 6 deletions
diff --git a/crypto/err/dh.errordata b/crypto/err/dh.errordata
index f29ec2c9..1fd675b6 100644
--- a/crypto/err/dh.errordata
+++ b/crypto/err/dh.errordata
@@ -1,8 +1,8 @@
-DH,function,103,DH_new_method
-DH,function,102,compute_key
-DH,function,101,generate_key
-DH,function,100,generate_parameters
-DH,reason,101,BAD_GENERATOR
-DH,reason,100,INVALID_PUBKEY
+DH,function,100,DH_new_method
+DH,function,101,compute_key
+DH,function,102,generate_key
+DH,function,103,generate_parameters
+DH,reason,100,BAD_GENERATOR
+DH,reason,101,INVALID_PUBKEY
DH,reason,102,MODULUS_TOO_LARGE
DH,reason,103,NO_PRIVATE_VALUE