Skip to content

Commit

Permalink
commented out unused code aimed for future
Browse files Browse the repository at this point in the history
  • Loading branch information
deleisha committed Mar 8, 2015
1 parent a616c87 commit 7d99d1c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tls_engine.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ inline SSL_CTX* get_tls_ctx(void )
return get_tls_engine()->ctx;
}


/*
Commented out till the tls_eng state machine is completely ready
int feed_engine(tls_engine *eng, void *data, int sz )
{
return BIO_write(eng->app_bio_, data, sz);
Expand Down Expand Up @@ -166,4 +167,4 @@ void drive_engine(tls_engine *eng)
return;
}

*/

0 comments on commit 7d99d1c

Please sign in to comment.