Skip to content

Commit

Permalink
1.35
Browse files Browse the repository at this point in the history
  • Loading branch information
dosgo committed May 13, 2016
1 parent f3c1d68 commit 1109642
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
#include "nonblocking.h"

using namespace std;
string VER = "1.34-(2016/5/12)";
string VER = "1.35-(2016/5/13)";

char s_name[255]="ngrokd.ngrok.com";
int s_port= 443;
Expand Down Expand Up @@ -334,7 +334,7 @@ void* proxy( )
{
UdpCmd(udpsocket);
}
#endif /
#endif

for ( it1 = socklist.begin(); it1 != socklist.end(); )
{
Expand Down
6 changes: 3 additions & 3 deletions ngrok-c.depend
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@
<sys/select.h>
"bytestool.h"

1462936186 d:\c\ngrok-c\sslbio.h
1463122028 d:\c\ngrok-c\sslbio.h
"config.h"
<malloc.h>
<openssl/ssl.h>
Expand Down Expand Up @@ -582,7 +582,7 @@
<iostream>
<vector>

1462936186 source:d:\c\ngrok-c\sslbio.cpp
1463122042 source:d:\c\ngrok-c\sslbio.cpp
"config.h"
<string.h>
"mytime.h"
Expand Down Expand Up @@ -830,7 +830,7 @@
"mytime.h"
"sslbio.h"

1463038406 source:d:\c\ngrok-c\ngrok.cpp
1463111740 source:d:\c\ngrok-c\ngrok.cpp
"config.h"
<string>
<windows.h>
Expand Down
1 change: 1 addition & 0 deletions sslbio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "mytime.h"
#include "sslbio.h"
#if OPENSSL
static SSL_SESSION *sess = NULL;
int openssl_init_info(int server_fd,openssl_info *sslinfo)
{
#if OPENSSLDL
Expand Down
1 change: 0 additions & 1 deletion sslbio.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include<openssl/ssl.h>
#include<openssl/bio.h>
#include<openssl/err.h>
static SSL_SESSION *sess = NULL;
struct openssl_info
{
SSL *ssl;
Expand Down

0 comments on commit 1109642

Please sign in to comment.