mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
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)
This commit is contained in:
parent
0ddf74bf1c
commit
a8f6d2642d
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user