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

github.com/majn/tgl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvvaltman <vvaltman@neon>2014-12-15 18:52:14 +0300
committervvaltman <vvaltman@neon>2014-12-15 18:52:14 +0300
commit70ae72b5cbe12af138609b953de6d004c01042c1 (patch)
tree4d2ebe5b5c1a913213ba2cf1161c4513f5b67dcd /mtproto-client.h
parentbe0fb0335bf68c07202f6dd24825db65a4ea1e59 (diff)
started rewrite of mtproto-client
Diffstat (limited to 'mtproto-client.h')
-rw-r--r--mtproto-client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mtproto-client.h b/mtproto-client.h
index 8cdb8e3..efdd007 100644
--- a/mtproto-client.h
+++ b/mtproto-client.h
@@ -47,8 +47,8 @@ struct connection;
long long tglmp_encrypt_send_message (struct tgl_state *TLS, struct connection *c, int *msg, int msg_ints, int flags);
void tglmp_dc_create_session (struct tgl_state *TLS, struct tgl_dc *DC);
-int tglmp_check_g (struct tgl_state *TLS, unsigned char p[256], BIGNUM *g);
-int tglmp_check_DH_params (struct tgl_state *TLS, BIGNUM *p, int g);
+//int tglmp_check_g (struct tgl_state *TLS, unsigned char p[256], BIGNUM *g);
+//int tglmp_check_DH_params (struct tgl_state *TLS, BIGNUM *p, int g);
struct tgl_dc *tglmp_alloc_dc (struct tgl_state *TLS, int id, char *ip, int port);
void tglmp_regenerate_temp_auth_key (struct tgl_state *TLS, struct tgl_dc *D);