summaryrefslogtreecommitdiff
path: root/include/private/apr_crypto_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/private/apr_crypto_internal.h')
-rw-r--r--include/private/apr_crypto_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/private/apr_crypto_internal.h b/include/private/apr_crypto_internal.h
index c70e4550..de109de5 100644
--- a/include/private/apr_crypto_internal.h
+++ b/include/private/apr_crypto_internal.h
@@ -38,7 +38,7 @@ struct apr_crypto_driver_t {
* @param pool The pool to register the cleanup in.
* @param params An array of optional init parameters.
*/
- apr_status_t (*init)(apr_pool_t *pool, const apr_array_header_t *params);
+ apr_status_t (*init)(apr_pool_t *pool, const apr_array_header_t *params, int *rc);
/**
* @brief Create a context for supporting encryption. Keys, certificates,