summaryrefslogtreecommitdiffstats
path: root/crypto/cryptlib.h
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2018-09-24 14:06:45 +1000
committerPauli <paul.dale@oracle.com>2018-09-27 09:26:35 +1000
commit788d2fa0cf38420fd729b336bdb88d5a6e9d68ac (patch)
treec10a93bea9838589aed8c3ff5ebfa7fa4d795146 /crypto/cryptlib.h
parent2b872562f56b6039179104657edddac22712d994 (diff)
Merge 1.0.2 setuid calls to getenv(3) safety.
Manual merge of #7047 to 1.0.2-stable. Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> (Merged from https://github.com/openssl/openssl/pull/7300)
Diffstat (limited to 'crypto/cryptlib.h')
-rw-r--r--crypto/cryptlib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/cryptlib.h b/crypto/cryptlib.h
index fba180a6b2..cdbddf1735 100644
--- a/crypto/cryptlib.h
+++ b/crypto/cryptlib.h
@@ -104,6 +104,8 @@ void OPENSSL_showfatal(const char *fmta, ...);
void *OPENSSL_stderr(void);
extern int OPENSSL_NONPIC_relocated;
+char *ossl_safe_getenv(const char *);
+
#ifdef __cplusplus
}
#endif