Changeset b9e4ab5 for lib


Ignore:
Timestamp:
2007-07-07T17:21:12Z (17 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
a8a0b4c
Parents:
3b6eadc
Message:

Fix ssl_bogus.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/ssl_bogus.c

    r3b6eadc rb9e4ab5  
    5252}
    5353
     54void *ssl_starttls( int fd, ssl_input_function func, gpointer data )
     55{
     56        return NULL;
     57}
     58
    5459b_input_condition ssl_getdirection( void *conn )
    5560{
Note: See TracChangeset for help on using the changeset viewer.