Lines Matching +refs:include +refs:file
9 #include <openssl/pkcs12.h>
26 use. This may include passwords from local text files, or input from
46 This example loads a PKCS#12 file, changes its password and writes out
47 the result to a new file.
49 #include <stdio.h>
50 #include <stdlib.h>
51 #include <openssl/pem.h>
52 #include <openssl/err.h>
53 #include <openssl/pkcs12.h>
65 fprintf(stderr, "Error opening file %s\n", argv[1]);
71 fprintf(stderr, "Error reading PKCS#12 file\n");
82 fprintf(stderr, "Error opening file %s\n", argv[4]);
109 this file except in compliance with the License. You can obtain a copy
110 in the file LICENSE in the source distribution or at