diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2016-03-11 14:42:30 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2016-03-11 14:42:30 +0000 |
commit | ee75d9ae4a890d62b009444bed9512b4dab3ee1d (patch) | |
tree | 089d790ca21091372539ddd51f3762af232bf82d /protocols/Telegram/tgl/mtproto-utils.h | |
parent | bb5bb4407f2578ed8d6dc3b41f6ddb8b798e560c (diff) |
old version
git-svn-id: http://svn.miranda-ng.org/main/trunk@16458 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Telegram/tgl/mtproto-utils.h')
-rw-r--r-- | protocols/Telegram/tgl/mtproto-utils.h | 7 |
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 |