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:
authorAdam Langley <agl@google.com>2016-08-11 01:19:43 +0300
committerCQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>2016-08-11 19:41:50 +0300
commit37b486aade4bd69af05b523182126559ba6431c3 (patch)
tree6396d2ca06385ac0a789bab87742e15ca13f87d2 /crypto/dh/check.c
parent881f1960755591e5316eb6163ce47e8b22ca5593 (diff)
Remove optimisation for known DH groups.
Since we are eliminating DHE support in TLS, this is just a waste of bytes. Change-Id: I3a23ece564e43f7e8874d1ec797def132ba59504 Reviewed-on: https://boringssl-review.googlesource.com/10260 Reviewed-by: Adam Langley <agl@google.com> Commit-Queue: Adam Langley <agl@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
Diffstat (limited to 'crypto/dh/check.c')
-rw-r--r--crypto/dh/check.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/dh/check.c b/crypto/dh/check.c
index ed1508fe..f40e0341 100644
--- a/crypto/dh/check.c
+++ b/crypto/dh/check.c
@@ -58,8 +58,6 @@
#include <openssl/bn.h>
-#include "internal.h"
-
int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *ret) {
*ret = 0;