Changeset 619953c in mod_gnutls
- Timestamp:
- Dec 10, 2007, 5:53:22 PM (12 years ago)
- Branches:
- debian/master, debian/stretch-backports, jessie-backports, master, msva, upstream
- Children:
- 9f37925
- Parents:
- 25dad18
- git-author:
- Nikos Mavrogiannopoulos <nmav@…> (12/10/07 17:53:22)
- git-committer:
- Nokis Mavrogiannopoulos <nmav@…> (12/10/07 17:53:22)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r25dad18 r619953c 1 1 dnl 2 AC_INIT(mod_gnutls, 0.4.2 )2 AC_INIT(mod_gnutls, 0.4.2.1) 3 3 OOO_CONFIG_NICE(config.nice) 4 4 MOD_GNUTLS_VERSION=AC_PACKAGE_VERSION -
src/gnutls_hooks.c
r25dad18 r619953c 795 795 apr_table_setn(env, 796 796 apr_pstrcat(r->pool, MGS_SIDE, "_CERT_TYPE", NULL), "X.509"); 797 #ifdef COMPAT798 apr_table_setn(env,799 apr_pstrcat(r->pool, MGS_SIDE, "_S_TYPE", NULL), "X.509");800 #endif801 797 802 798 tmp =
Note: See TracChangeset
for help on using the changeset viewer.