summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2019-06-22 23:58:06 +0000
committerGraham Leggett <minfrin@apache.org>2019-06-22 23:58:06 +0000
commit6c6926d56bf0a4c4939bf3e5200539200b198cff (patch)
tree84f59108a127163b568a523a40139f0a384b0370 /include
parent80dd1ce33200dbd0d7e27a3a7ad4d975ebd5ef3c (diff)
downloadapr-6c6926d56bf0a4c4939bf3e5200539200b198cff.tar.gz
Revert r1833421 et al:
Move NSS initialisation back to apr_crypto_nss, reinstate DSO support. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1861894 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/private/apr_crypto_internal.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/private/apr_crypto_internal.h b/include/private/apr_crypto_internal.h
index 8e54b7892..96262cba7 100644
--- a/include/private/apr_crypto_internal.h
+++ b/include/private/apr_crypto_internal.h
@@ -428,14 +428,6 @@ apr_status_t apr__crypto_openssl_init(const char *params,
apr_status_t apr__crypto_openssl_term(void);
#endif
-#if APU_HAVE_NSS
-const char *apr__crypto_nss_version(void);
-apr_status_t apr__crypto_nss_init(const char *params,
- const apu_err_t **result,
- apr_pool_t *pool);
-apr_status_t apr__crypto_nss_term(void);
-#endif
-
#endif
#ifdef __cplusplus