Make uefisign(8) buildable.

This commit is contained in:
Jung-uk Kim 2018-09-19 07:10:28 +00:00
parent 16e2656210
commit 6bd321e62b

View File

@ -390,9 +390,9 @@ main(int argc, char **argv)
inpath = argv[0];
OPENSSL_config(NULL);
ERR_load_crypto_strings();
OpenSSL_add_all_algorithms();
OPENSSL_init_crypto(OPENSSL_INIT_LOAD_CONFIG |
OPENSSL_INIT_LOAD_CRYPTO_STRINGS |
OPENSSL_INIT_ADD_ALL_CIPHERS | OPENSSL_INIT_ADD_ALL_DIGESTS, NULL);
error = pipe(pipefds);
if (error != 0)