summaryrefslogtreecommitdiffstatsabout
path: root/src/gnutls_hooks.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnutls_hooks.c')
-rw-r--r--src/gnutls_hooks.c4
1 files changed, 0 insertions, 4 deletions
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