summaryrefslogtreecommitdiffstats
path: root/providers
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-11-08 10:29:24 +0100
committerRichard Levitte <levitte@openssl.org>2019-11-10 05:05:06 +0100
commita8f6d2642d1b011961022a5d9aa9e1156097b85c (patch)
tree25ed64f80a9e60c5b0c6988ad2026e1b6cd04f05 /providers
parent0ddf74bf1c47b554c3d2c086ff2acb18bcc81bc6 (diff)
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 <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/10389)
Diffstat (limited to 'providers')
-rw-r--r--providers/common/build.info4
-rw-r--r--providers/common/nid_to_name.c (renamed from providers/common/provlib.c)2
2 files changed, 3 insertions, 3 deletions
diff --git a/providers/common/build.info b/providers/common/build.info
index 4e662eb97a..df05c49cd2 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
index e754b84d35..af2a7cbc6a 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