diff options
Diffstat (limited to 'src/crypto/Makefile')
-rw-r--r-- | src/crypto/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/crypto/Makefile b/src/crypto/Makefile index ee93e41fbbb17..ab108daac835e 100644 --- a/src/crypto/Makefile +++ b/src/crypto/Makefile @@ -62,7 +62,9 @@ LIB_OBJS += crypto_internal-modexp.o LIB_OBJS += crypto_internal-rsa.o LIB_OBJS += tls_internal.o LIB_OBJS += fips_prf_internal.o +ifndef TEST_FUZZ LIB_OBJS += random.o +endif libcrypto.a: $(LIB_OBJS) |