projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a70e377
)
Update demo
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 20 Jan 2010 14:06:21 +0000
(14:06 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 20 Jan 2010 14:06:21 +0000
(14:06 +0000)
demos/pkcs12/pkread.c
patch
|
blob
|
history
diff --git
a/demos/pkcs12/pkread.c
b/demos/pkcs12/pkread.c
index 02e16cda2af5d281ef82a1b03ae086be30e93dba..fa8f50923789245efe750ffa79e98bd76071a3ba 100644
(file)
--- a/
demos/pkcs12/pkread.c
+++ b/
demos/pkcs12/pkread.c
@@
-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]);