summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl/crypto/include/internal/cryptlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/openssl/crypto/include/internal/cryptlib.h')
-rw-r--r--deps/openssl/openssl/crypto/include/internal/cryptlib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/openssl/openssl/crypto/include/internal/cryptlib.h b/deps/openssl/openssl/crypto/include/internal/cryptlib.h
index 627fd8caf4..d42a134bdf 100644
--- a/deps/openssl/openssl/crypto/include/internal/cryptlib.h
+++ b/deps/openssl/openssl/crypto/include/internal/cryptlib.h
@@ -67,6 +67,8 @@ void OPENSSL_showfatal(const char *fmta, ...);
extern int OPENSSL_NONPIC_relocated;
void crypto_cleanup_all_ex_data_int(void);
+char *ossl_safe_getenv(const char *name);
+
int openssl_strerror_r(int errnum, char *buf, size_t buflen);
# if !defined(OPENSSL_NO_STDIO)
FILE *openssl_fopen(const char *filename, const char *mode);