summaryrefslogtreecommitdiff
path: root/protocols/Telegram/tgl/mtproto-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Telegram/tgl/mtproto-utils.h')
-rw-r--r--protocols/Telegram/tgl/mtproto-utils.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/protocols/Telegram/tgl/mtproto-utils.h b/protocols/Telegram/tgl/mtproto-utils.h
deleted file mode 100644
index e9bb6aeef3..0000000000
--- a/protocols/Telegram/tgl/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