From: Andy Polyakov Date: Mon, 14 Aug 2017 19:38:23 +0000 (+0200) Subject: openssl/rand.h: fix formatting. X-Git-Tag: OpenSSL_1_1_1-pre4~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a497a088134dd02b1d3f053ba9a63fdd6cf8e9b4;p=openssl openssl/rand.h: fix formatting. Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/4159) --- 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);