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:
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;