mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-21 07:15:49 +00:00
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:
parent
42ce242e35
commit
572948d00d
@ -1,5 +0,0 @@
|
||||
{
|
||||
global:
|
||||
OSSL_provider_init;
|
||||
local: *;
|
||||
};
|
@ -1,5 +0,0 @@
|
||||
{
|
||||
global:
|
||||
OSSL_provider_init;
|
||||
local: *;
|
||||
};
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user