Update demo
This commit is contained in:
parent
a70e377fd8
commit
3ec5f38b47
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ int main(int argc, char **argv)
|
|||
fprintf(stderr, "Usage: pkread p12file password opfile\n");
|
||||
exit (1);
|
||||
}
|
||||
SSLeay_add_all_algorithms();
|
||||
OpenSSL_add_all_algorithms();
|
||||
ERR_load_crypto_strings();
|
||||
if (!(fp = fopen(argv[1], "rb"))) {
|
||||
fprintf(stderr, "Error opening file %s\n", argv[1]);
|
||||
|
|
Loading…
Reference in a new issue