Changeset ee65fcb in mod_gnutls for src/gnutls_hooks.c
- Timestamp:
- Dec 2, 2007, 4:05:52 AM (15 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, msva, proxy-ticket, upstream
- Children:
- a5dc815
- Parents:
- 717206c
- git-author:
- Nikos Mavrogiannopoulos <nmav@…> (12/02/07 04:05:52)
- git-committer:
- Nokis Mavrogiannopoulos <nmav@…> (12/02/07 04:05:52)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_hooks.c
r717206c ree65fcb 835 835 apr_pstrdup(r->pool, tmp)); 836 836 837 alg = gnutls_x509_crt_get_version(cert); 838 if (alg > 0) 839 apr_table_setn(env, apr_pstrcat(r->pool, MGS_SIDE, "_M_VERSION", NULL), 840 apr_psprintf(r->pool, "%u", alg)); 841 837 842 tmp = 838 843 mgs_time2sz(gnutls_x509_crt_get_expiration_time
Note: See TracChangeset
for help on using the changeset viewer.