Changeset c4a015b in mod_gnutls for include


Ignore:
Timestamp:
Apr 4, 2015, 5:03:43 PM (8 years ago)
Author:
Thomas Klute <thomas2.klute@…>
Branches:
asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, proxy-ticket, upstream
Children:
01b5d85
Parents:
259e835 (diff), 9a06bbd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'split-testsuite' into new-gnutls-api

OpenPGP support is still broken, but this will make testing a lot
easier.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/mod_gnutls.h.in

    r259e835 rc4a015b  
    203203        /* Connection record */
    204204    conn_rec* c;
     205        /* Is TLS enabled for this connection? */
     206    int enabled;
    205207        /* GnuTLS Session handle */
    206208    gnutls_session_t session;
Note: See TracChangeset for help on using the changeset viewer.