summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2017-08-14 21:38:23 +0200
committerAndy Polyakov <appro@openssl.org>2018-03-22 15:04:08 +0100
commita497a088134dd02b1d3f053ba9a63fdd6cf8e9b4 (patch)
tree6c429662354df3bcdd751591a3267fe5f10a3bb1 /include
parent5900679b889246a0abcec67e1812673e3f570bde (diff)
openssl/rand.h: fix formatting.
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4159)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/rand.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/openssl/rand.h b/include/openssl/rand.h
index 40e67c5090..17545c0d70 100644
--- a/include/openssl/rand.h
+++ b/include/openssl/rand.h
@@ -48,7 +48,6 @@ void RAND_seed(const void *buf, int num);
# if defined(__ANDROID__) && defined(__NDK_FPABI__)
__NDK_FPABI__ /* __attribute__((pcs("aapcs"))) on ARM */
# endif
-
void RAND_add(const void *buf, int num, double randomness);
int RAND_load_file(const char *file, long max_bytes);
int RAND_write_file(const char *file);