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/engine/eng_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/engine/eng_list.c') diff --git a/crypto/engine/eng_list.c b/crypto/engine/eng_list.c index 26c6a6b077..a66be7f17c 100644 --- a/crypto/engine/eng_list.c +++ b/crypto/engine/eng_list.c @@ -79,7 +79,7 @@ static ENGINE *engine_list_tail = NULL; /* * This cleanup function is only needed internally. If it should be called, - * we register it with the "engine_cleanup_intern()" stack to be called during + * we register it with the "int_engine_cleanup()" stack to be called during * cleanup. */ -- cgit v1.2.3