aboutsummaryrefslogtreecommitdiffstats
path: root/include/internal
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-04-14 13:37:41 +0100
committerMatt Caswell <matt@openssl.org>2016-04-14 13:50:36 +0100
commitc3a64b52788df139d649efaaf993c27dc89ba6ce (patch)
tree08d6e6f9d210b291a3334e691d0afc899ae7fd3a /include/internal
parentcd1a88b3279a633f16c1a177574a83123c89c8b8 (diff)
downloadopenssl-c3a64b52788df139d649efaaf993c27dc89ba6ce.tar.gz
The err_cleanup() funtion is internal so shouldn't be exported
Running a "make update" wanted to add err_cleanup to libcrypto.num which is wrong. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'include/internal')
-rw-r--r--include/internal/err.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/internal/err.h b/include/internal/err.h
index 415f578f09..de2180b34b 100644
--- a/include/internal/err.h
+++ b/include/internal/err.h
@@ -59,6 +59,5 @@
# define INTERNAL_ERR_H
void err_free_strings_int(void);
-void err_cleanup(void);
#endif