diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/gnutls_hooks.c | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index b096a45..259e289 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | dnl | 1 | dnl |
2 | AC_INIT(mod_gnutls, 0.4.2) | 2 | AC_INIT(mod_gnutls, 0.4.2.1) |
3 | OOO_CONFIG_NICE(config.nice) | 3 | OOO_CONFIG_NICE(config.nice) |
4 | MOD_GNUTLS_VERSION=AC_PACKAGE_VERSION | 4 | MOD_GNUTLS_VERSION=AC_PACKAGE_VERSION |
5 | AC_PREREQ(2.53) | 5 | AC_PREREQ(2.53) |
diff --git a/src/gnutls_hooks.c b/src/gnutls_hooks.c index 44b2bc1..55a1120 100644 --- a/src/gnutls_hooks.c +++ b/src/gnutls_hooks.c | |||
@@ -794,10 +794,6 @@ mgs_add_common_cert_vars(request_rec * r, gnutls_x509_crt cert, int side, | |||
794 | 794 | ||
795 | apr_table_setn(env, | 795 | apr_table_setn(env, |
796 | apr_pstrcat(r->pool, MGS_SIDE, "_CERT_TYPE", NULL), "X.509"); | 796 | apr_pstrcat(r->pool, MGS_SIDE, "_CERT_TYPE", NULL), "X.509"); |
797 | #ifdef COMPAT | ||
798 | apr_table_setn(env, | ||
799 | apr_pstrcat(r->pool, MGS_SIDE, "_S_TYPE", NULL), "X.509"); | ||
800 | #endif | ||
801 | 797 | ||
802 | tmp = | 798 | tmp = |
803 | mgs_time2sz(gnutls_x509_crt_get_expiration_time | 799 | mgs_time2sz(gnutls_x509_crt_get_expiration_time |