From a497a088134dd02b1d3f053ba9a63fdd6cf8e9b4 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Mon, 14 Aug 2017 21:38:23 +0200 Subject: [PATCH] openssl/rand.h: fix formatting. Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/4159) --- include/openssl/rand.h | 1 - 1 file changed, 1 deletion(-) 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); -- 2.25.1