summaryrefslogtreecommitdiffstats
path: root/crypto/include/internal/cryptlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/include/internal/cryptlib.h')
-rw-r--r--crypto/include/internal/cryptlib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/include/internal/cryptlib.h b/crypto/include/internal/cryptlib.h
index 1327dca446..f2377d1c93 100644
--- a/crypto/include/internal/cryptlib.h
+++ b/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);
+int openssl_strerror_r(int errnum, char *buf, size_t buflen);
+
#ifdef __cplusplus
}
#endif