Changeset 36736d4 in mod_gnutls for src


Ignore:
Timestamp:
Dec 2, 2007, 4:42:34 AM (15 years ago)
Author:
Nokis Mavrogiannopoulos <nmav@…>
Branches:
asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, msva, proxy-ticket, upstream
Children:
af4998e
Parents:
5cac844
git-author:
Nikos Mavrogiannopoulos <nmav@…> (12/02/07 04:42:34)
git-committer:
Nokis Mavrogiannopoulos <nmav@…> (12/02/07 04:42:34)
Message:

added SSL_SERVER/CLIENT_S_TYPE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/gnutls_hooks.c

    r5cac844 r36736d4  
    848848                       apr_pstrcat(r->pool, MGS_SIDE, "_M_VERSION", NULL),
    849849                       apr_psprintf(r->pool, "%u", ret));
     850
     851    apr_table_setn(env,
     852       apr_pstrcat(r->pool, MGS_SIDE, "_S_TYPE", NULL), "X.509");
    850853
    851854    tmp =
Note: See TracChangeset for help on using the changeset viewer.