Navigation


Changeset 807:09f8f0c4f4a4 in freeDiameter for libfdcore/cnxctx.h


Ignore:
Timestamp:
Aug 24, 2012, 7:15:48 AM (12 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Several changes to support GnuTLS 3.x in a more efficient way

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/cnxctx.h

    r740 r807  
    9898int fd_tls_rcvthr_core(struct cnxctx * conn, gnutls_session_t session);
    9999int fd_tls_prepare(gnutls_session_t * session, int mode, char * priority, void * alt_creds);
     100#ifndef GNUTLS_VERSION_300
    100101int fd_tls_verify_credentials(gnutls_session_t session, struct cnxctx * conn, int verbose);
     102#endif /* GNUTLS_VERSION_300 */
    101103
    102104/* TCP */
     
    143145#endif /* DISABLE_SCTP */
    144146
    145 
    146147#endif /* _CNXCTX_H */
    147148
Note: See TracChangeset for help on using the changeset viewer.