Changeset 410d216 in mod_gnutls for src/gnutls_cache.c


Ignore:
Timestamp:
Oct 3, 2011, 7:28:42 AM (11 years ago)
Author:
Dash Shendy <neuromancer@…>
Branches:
asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, msva, proxy-ticket, upstream
Children:
fe42bfb
Parents:
b3eb741
Message:

Generate DH params instead of using the static ones

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/gnutls_cache.c

    rb3eb741 r410d216  
    292292}
    293293
    294 #endif                          /* have_apr_memcache */
    295 
    296 const char *db_type(mgs_srvconf_rec * sc) {
     294#endif  /* have_apr_memcache */
     295
     296static const char *db_type(mgs_srvconf_rec * sc) {
    297297    if (sc->cache_type == mgs_cache_gdbm)
    298298        return "gdbm";
Note: See TracChangeset for help on using the changeset viewer.