Changeset b3eb741 in mod_gnutls


Ignore:
Timestamp:
Sep 26, 2011, 12:00:52 AM (12 years ago)
Author:
Dash Shendy <neuromancer@…>
Branches:
asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, msva, proxy-ticket, upstream
Children:
410d216
Parents:
0cfcbf3
Message:

Removed Obselete static const int protocol_priority[]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/gnutls_hooks.c

    r0cfcbf3 rb3eb741  
    636636    return NULL;
    637637}
    638 
    639 
    640 static const int protocol_priority[] = {
    641     GNUTLS_TLS1_1, GNUTLS_TLS1_0, GNUTLS_SSL3, 0
    642 };
    643638
    644639static mgs_handle_t *create_gnutls_handle(apr_pool_t * pool, conn_rec * c) {
Note: See TracChangeset for help on using the changeset viewer.