From 342c21cd8bb42b6750abfc49cac26dc288de98c3 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 6 Apr 2016 10:39:00 +0100 Subject: Rename lots of *_intern or *_internal function to int_* There was a lot of naming inconsistency, so we try and standardise on one form. Reviewed-by: Tim Hudson Reviewed-by: Richard Levitte --- crypto/rand/rand_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/rand/rand_lib.c') diff --git a/crypto/rand/rand_lib.c b/crypto/rand/rand_lib.c index f5998f80aa..b19074c1d8 100644 --- a/crypto/rand/rand_lib.c +++ b/crypto/rand/rand_lib.c @@ -125,7 +125,7 @@ int RAND_set_rand_engine(ENGINE *engine) } #endif -void rand_cleanup_intern(void) +void int_rand_cleanup(void) { const RAND_METHOD *meth = RAND_get_rand_method(); if (meth && meth->cleanup) -- cgit v1.2.3