Make uefisign(8) buildable.
This commit is contained in:
parent
16e2656210
commit
6bd321e62b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user