aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl/err.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openssl/err.h')
-rw-r--r--include/openssl/err.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/openssl/err.h b/include/openssl/err.h
index 577a121475..e17706c253 100644
--- a/include/openssl/err.h
+++ b/include/openssl/err.h
@@ -362,19 +362,6 @@ int ERR_get_next_error_library(void);
int ERR_set_mark(void);
int ERR_pop_to_mark(void);
-/* Already defined in ossl_typ.h */
-/* typedef struct st_ERR_FNS ERR_FNS; */
-/*
- * An application can use this function and provide the return value to
- * loaded modules that should use the application's ERR state/functionality
- */
-const ERR_FNS *ERR_get_implementation(void);
-/*
- * A loaded module should call this function prior to any ERR operations
- * using the application's "ERR_FNS".
- */
-int ERR_set_implementation(const ERR_FNS *fns);
-
#ifdef __cplusplus
}
#endif