Changeset 59c03bd for lib/ssl_openssl.c


Ignore:
Timestamp:
2012-01-03T23:53:28Z (12 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
7615726
Parents:
6451d27
Message:

A few more SSL fixes merged from AopicieR. This also fixes OpenSSL compile
issues (bug #881).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/ssl_openssl.c

    r6451d27 r59c03bd  
    3131#include <openssl/err.h>
    3232
     33#include "bitlbee.h"
    3334#include "proxy.h"
    3435#include "ssl_client.h"
     
    117118{
    118119        struct scd *conn = data;
    119         SSL_METHOD *meth;
     120        const SSL_METHOD *meth;
    120121       
    121122        /* Right now we don't have any verification functionality for OpenSSL. */
Note: See TracChangeset for help on using the changeset viewer.