mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
71fe7f0983
Also build it in the FIPS provider too and properly report error on insert when hashtable cannot be grown. Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Paul Dale <ppzgs1@gmail.com> (Merged from https://github.com/openssl/openssl/pull/24504)
7 lines
117 B
Plaintext
7 lines
117 B
Plaintext
LIBS=../../libcrypto
|
|
$COMMON=hashtable.c
|
|
|
|
SOURCE[../../libcrypto]=$COMMON
|
|
SOURCE[../../providers/libfips.a]=$COMMON
|
|
|