diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2024-04-20 19:12:50 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2024-04-21 16:35:19 +0000 |
| commit | 42ce242e353065dfbaa248955f6657005a395a95 (patch) | |
| tree | 0bbbd30aeffd5ae33f9bf11e0f40c639b9462513 /secure/lib/libcrypto/modules/legacy | |
| parent | b571bcea5495327fd210378109b0b2aed08bebc3 (diff) | |
Diffstat (limited to 'secure/lib/libcrypto/modules/legacy')
| -rw-r--r-- | secure/lib/libcrypto/modules/legacy/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/secure/lib/libcrypto/modules/legacy/Makefile b/secure/lib/libcrypto/modules/legacy/Makefile index a285d0b1148b..e435c5aa2c41 100644 --- a/secure/lib/libcrypto/modules/legacy/Makefile +++ b/secure/lib/libcrypto/modules/legacy/Makefile @@ -2,6 +2,8 @@ SHLIB_NAME?= legacy.so LIBADD= crypto +VERSION_MAP= ${SRCTOP}/crypto/openssl/providers/legacy.ld + SRCS+= legacyprov.c prov_running.c # ciphers |
