mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-16 16:17:48 +00:00
Add a temporary solution to create a seedfile
This caused problems if a config with SHA512 was compiled after a config without it and the seedfile did not contain enough data. Signed-off-by: Andrzej Kurek <[email protected]>
This commit is contained in:
committed by
Andrzej Kurek
parent
3146bb4f61
commit
96298f960f
@@ -187,6 +187,7 @@ all: shared static
|
||||
endif
|
||||
|
||||
static: libmbedcrypto.a libmbedx509.a libmbedtls.a
|
||||
cd ../tests && echo "This is a seedfile that contains 64 bytes (65 on Windows)......" > seedfile
|
||||
|
||||
shared: libmbedcrypto.$(DLEXT) libmbedx509.$(DLEXT) libmbedtls.$(DLEXT)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user