Update demo
authorDr. Stephen Henson <steve@openssl.org>
Wed, 20 Jan 2010 14:06:21 +0000 (14:06 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 20 Jan 2010 14:06:21 +0000 (14:06 +0000)
demos/pkcs12/pkread.c

index 02e16cda2af5d281ef82a1b03ae086be30e93dba..fa8f50923789245efe750ffa79e98bd76071a3ba 100644 (file)
@@ -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]);