mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
2cf765e5a2
Now that the all the legacy PKEY MAC bridge code has been moved to the providers we no longer need the old bridge and it can be removed. Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12637)
7 lines
112 B
Plaintext
7 lines
112 B
Plaintext
LIBS=../../libcrypto
|
|
|
|
$COMMON=cmac.c
|
|
|
|
SOURCE[../../libcrypto]=$COMMON
|
|
SOURCE[../../providers/libfips.a]=$COMMON
|