aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/include
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2016-07-12 15:50:06 +0200
committerKurt Roeckx <kurt@roeckx.be>2016-07-20 19:20:53 +0200
commit69588edbaa424beb71c6a9b1be416588232cb78c (patch)
treebc2d601241ea428fac0bc35d215b3964f0fce199 /crypto/include
parent8cc44d970ced1004db0727d7a7b3e2709c442e55 (diff)
downloadopenssl-69588edbaa424beb71c6a9b1be416588232cb78c.tar.gz
Check for errors allocating the error strings.
Reviewed-by: Richard Levitte <levitte@openssl.org> GH: #1330
Diffstat (limited to 'crypto/include')
-rw-r--r--crypto/include/internal/err_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/include/internal/err_int.h b/crypto/include/internal/err_int.h
index 749a8db262..7fec3ed767 100644
--- a/crypto/include/internal/err_int.h
+++ b/crypto/include/internal/err_int.h
@@ -10,7 +10,7 @@
#ifndef INTERNAL_ERR_INT_H
# define INTERNAL_ERR_INT_H
-void err_load_crypto_strings_int(void);
+int err_load_crypto_strings_int(void);
void err_cleanup(void);
void err_delete_thread_state(void);