Revert "OpenSSL: use the upstream provided version.map files for the fips/legacy providers"

This change is still under review and should not have been merged
directly to main (yet).

This is a case and point for using `push.default` to nothing instead of
matching or simple.

This reverts commit 42ce242e35.
This commit is contained in:
Enji Cooper 2024-04-21 09:55:01 -07:00
parent 42ce242e35
commit 572948d00d
4 changed files with 0 additions and 14 deletions

View File

@ -1,5 +0,0 @@
{
global:
OSSL_provider_init;
local: *;
};

View File

@ -1,5 +0,0 @@
{
global:
OSSL_provider_init;
local: *;
};

View File

@ -1,8 +1,6 @@
SHLIB_NAME?= fips.so
VERSION_MAP= ${SRCTOP}/crypto/openssl/providers/fips.ld
CFLAGS+= -DFIPS_MODULE
SRCS+= fips_entry.c fipsprov.c self_test.c self_test_kats.c

View File

@ -2,8 +2,6 @@
SHLIB_NAME?= legacy.so
LIBADD= crypto
VERSION_MAP= ${SRCTOP}/crypto/openssl/providers/legacy.ld
SRCS+= legacyprov.c prov_running.c
# ciphers