remove useless tabs

This commit is contained in:
nohar 2006-06-22 12:13:34 +00:00
parent 9795b1145b
commit fa9b404fd1
2 changed files with 3 additions and 4 deletions

View File

@ -1083,15 +1083,15 @@ static SSL_CTX *SSL_init_context(void)
int fd, flags, ret, rng;
char buf[1025];
SSL_CTX *ctx;
if (!ssl_initialized) {
SSL_library_init();
SSL_load_error_strings();
errbio = BIO_new_fp(stderr,BIO_NOCLOSE);
ssl_cx_idx = SSL_get_ex_new_index(0, "bip connection_t",
NULL, NULL,NULL);
flags = O_RDONLY;
flags |= O_NONBLOCK;
fd = open("/dev/random", flags);

View File

@ -63,7 +63,6 @@ static void irc_cli_make_join(struct link_client *ic);
#define CONN_INTERVAL 60
#define CONNECT_TIMEOUT 60
struct channel *channel_new(const char *name)
{
struct channel *chan;