aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/c_src/info.h
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2019-02-04 11:52:27 +0100
committerGitHub <[email protected]>2019-02-04 11:52:27 +0100
commit784fb8d859fe3277435c8046b55a65a80313c6f5 (patch)
treec29a454b304df35e0a40320b3458a8e567168626 /lib/crypto/c_src/info.h
parentbc0aef4bb631acbf0b8e8fd8ecc51cb1286ed8c9 (diff)
parent0b67f754bd6e0f22b1b7e1c9b2270f8118a66f38 (diff)
downloadotp-784fb8d859fe3277435c8046b55a65a80313c6f5.tar.gz
otp-784fb8d859fe3277435c8046b55a65a80313c6f5.tar.bz2
otp-784fb8d859fe3277435c8046b55a65a80313c6f5.zip
Merge pull request #2095 from hogand/crypto/revamp-files
crypto: revamp C code [WIP] OTP-14732
Diffstat (limited to 'lib/crypto/c_src/info.h')
-rw-r--r--lib/crypto/c_src/info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/c_src/info.h b/lib/crypto/c_src/info.h
index 4f8822ddd7..67690625c9 100644
--- a/lib/crypto/c_src/info.h
+++ b/lib/crypto/c_src/info.h
@@ -26,7 +26,7 @@
#ifdef HAVE_DYNAMIC_CRYPTO_LIB
extern char *crypto_callback_name;
-int change_basename(ErlNifBinary* bin, char* buf, int bufsz, const char* newfile);
+int change_basename(ErlNifBinary* bin, char* buf, size_t bufsz, const char* newfile);
void error_handler(void* null, const char* errstr);
#endif