diff options
author | Nokis Mavrogiannopoulos | 2008-06-29 19:31:37 +0000 |
---|---|---|
committer | Nokis Mavrogiannopoulos | 2008-06-29 19:31:37 +0000 |
commit | 07eff087f265fc3ea3108d6eb05329927d23be56 (patch) | |
tree | 029987a5f26730a84b17ba7ccda327a45b04a69c /src/gnutls_hooks.c | |
parent | a6eff264b29df5007f2528b0fb251a4444c5ce33 (diff) |
depend on main libgnutls library (and gnutls 2.4.x)
Diffstat (limited to 'src/gnutls_hooks.c')
-rw-r--r-- | src/gnutls_hooks.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gnutls_hooks.c b/src/gnutls_hooks.c index ee3c2db..5ced25b 100644 --- a/src/gnutls_hooks.c +++ b/src/gnutls_hooks.c | |||
@@ -83,12 +83,6 @@ int ret; | |||
83 | return -3; | 83 | return -3; |
84 | } | 84 | } |
85 | 85 | ||
86 | ret = gnutls_global_init_extra(); | ||
87 | if (ret < 0) { | ||
88 | fprintf(stderr, "gnutls_global_init_extra: %s\n", gnutls_strerror(ret)); | ||
89 | return -3; | ||
90 | } | ||
91 | |||
92 | apr_pool_cleanup_register(pconf, NULL, mgs_cleanup_pre_config, | 86 | apr_pool_cleanup_register(pconf, NULL, mgs_cleanup_pre_config, |
93 | apr_pool_cleanup_null); | 87 | apr_pool_cleanup_null); |
94 | 88 | ||