diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2018-11-20 19:01:17 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2018-11-20 19:01:17 +0000 |
commit | f12dd99bc33eefb702280bdaed6156a57d867be1 (patch) | |
tree | 3ced903ff59efa46be0b01f4cae665cd9c974b15 /crypto/cryptlib.h | |
parent | 43a67e02da9068b94df1c07fc6f0d70bafd9263b (diff) |
Diffstat (limited to 'crypto/cryptlib.h')
-rw-r--r-- | crypto/cryptlib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/cryptlib.h b/crypto/cryptlib.h index fba180a6b2fb7..cdbddf17350f1 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 |