summaryrefslogtreecommitdiff
path: root/libs/tgl/src/mtproto-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/tgl/src/mtproto-utils.h')
-rw-r--r--libs/tgl/src/mtproto-utils.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libs/tgl/src/mtproto-utils.h b/libs/tgl/src/mtproto-utils.h
deleted file mode 100644
index e9bb6aeef3..0000000000
--- a/libs/tgl/src/mtproto-utils.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef __MTPROTO_UTILS_H__
-#define __MTPROTO_UTILS_H__
-#include <openssl/bn.h>
-int tglmp_check_DH_params (struct tgl_state *TLS, BIGNUM *p, int g);
-int tglmp_check_g_a (struct tgl_state *TLS, BIGNUM *p, BIGNUM *g_a);
-int bn_factorize (BIGNUM *pq, BIGNUM *p, BIGNUM *q);
-#endif