tpm2-software / tpm2-tss-engine

OpenSSL Engine for TPM2 devices
https://tpm2-software.github.io
BSD 3-Clause "New" or "Revised" License
150 stars 100 forks source link

build: libressl fix incomplete type #120

Closed alonbl closed 5 years ago

alonbl commented 5 years ago

src/tpm2-tss-engine-rand.c:90:1: error: variable ‘rand_methods’ has initializer but incomplete type 90 | static RAND_METHOD rand_methods = { | ^~ src/tpm2-tss-engine-rand.c:91:5: warning: excess elements in struct initializer

Signed-off-by: Alon Bar-Lev alon.barlev@gmail.com