diff options
author | Nokis Mavrogiannopoulos | 2007-12-10 22:53:22 +0000 |
---|---|---|
committer | Nokis Mavrogiannopoulos | 2007-12-10 22:53:22 +0000 |
commit | 9120fdbd1f33e4ed465ee181ec237a68fa27bf2c (patch) | |
tree | ddb46be1b66a4d2a9a9b9f6e816a7fedc9031a82 /src/gnutls_hooks.c | |
parent | a592fc96a77530e8c5e04e30389f90074b01d77b (diff) |
Diffstat (limited to 'src/gnutls_hooks.c')
-rw-r--r-- | src/gnutls_hooks.c | 4 |
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 |