From: Richard Levitte Date: Fri, 8 Nov 2019 09:29:24 +0000 (+0100) Subject: Rename providers/common/provlib.c to nid_to_name.c X-Git-Tag: openssl-3.0.0-alpha1~985 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a8f6d2642d1b011961022a5d9aa9e1156097b85c;p=thirdparty%2Fopenssl.git Rename providers/common/provlib.c to nid_to_name.c It contains only one function, which should only get added to non-FIPS providers. Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/10389) --- diff --git a/providers/common/build.info b/providers/common/build.info index 4e662eb97a6..df05c49cd28 100644 --- a/providers/common/build.info +++ b/providers/common/build.info @@ -1,6 +1,6 @@ SUBDIRS=digests ciphers -SOURCE[../libcommon.a]=provider_err.c provlib.c +SOURCE[../libcommon.a]=provider_err.c $FIPSCOMMON=provider_util.c -SOURCE[../libnonfips.a]=$FIPSCOMMON +SOURCE[../libnonfips.a]=$FIPSCOMMON nid_to_name.c SOURCE[../libfips.a]=$FIPSCOMMON diff --git a/providers/common/provlib.c b/providers/common/nid_to_name.c similarity index 87% rename from providers/common/provlib.c rename to providers/common/nid_to_name.c index e754b84d350..af2a7cbc6a6 100644 --- a/providers/common/provlib.c +++ b/providers/common/nid_to_name.c @@ -1,5 +1,5 @@ /* - * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2019 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy