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

github.com/majn/telegram-purple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx>2015-09-30 17:37:40 +0300
committerBen Wiederhake <BenWiederhake.GitHub@gmx>2015-10-04 18:51:49 +0300
commit57e6a777d98b5c21d6cb177a5b5c960e65aecac7 (patch)
tree0d4fb2d365f1446d1ad2a9831da1ebc9f79aee6e /tgp-net.c
parent47bd4b2b330eeba2b077ba8d263e63ab790f8968 (diff)
Build telegram-purple and libtgl without OpenSSL (skip when bisecting).
This version still tries to load a PEM file, although libtgl --disable-openssl does not support it. Since there are several ways to resolve it, this switch away from OpenSSL and its solution should be different commits.
Diffstat (limited to 'tgp-net.c')
-rw-r--r--tgp-net.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tgp-net.c b/tgp-net.c
index f9c275f..b0cab15 100644
--- a/tgp-net.c
+++ b/tgp-net.c
@@ -32,7 +32,6 @@
#include <stdio.h>
#include <unistd.h>
#include <poll.h>
-#include <openssl/rand.h>
#include <arpa/inet.h>
#include <sys/time.h>
#include <time.h>