summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_tls.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_tls.h')
-rw-r--r--src/nxt_tls.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nxt_tls.h b/src/nxt_tls.h
index e02a0aab..0667ade3 100644
--- a/src/nxt_tls.h
+++ b/src/nxt_tls.h
@@ -98,8 +98,6 @@ extern const nxt_tls_lib_t nxt_openssl_lib;
void nxt_cdecl nxt_openssl_log_error(nxt_task_t *task, nxt_uint_t level,
const char *fmt, ...);
u_char *nxt_openssl_copy_error(u_char *p, u_char *end);
-nxt_int_t nxt_openssl_base64_decode(u_char *d, size_t dlen, const u_char *s,
- size_t slen);
#endif
#if (NXT_HAVE_GNUTLS)