Loading demos/pkcs12/pkread.c +2 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,8 @@ int main(int argc, char **argv) fprintf(stderr, "Usage: pkread p12file password opfile\n"); exit (1); } SSLeay_add_all_algorithms(); /*SSLeay_add_all_algorithms();*/ SSL_library_init(); ERR_load_crypto_strings(); if (!(fp = fopen(argv[1], "rb"))) { fprintf(stderr, "Error opening file %s\n", argv[1]); Loading util/pl/VC-32.pl +4 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,10 @@ $rm='del /Q'; $zlib_lib="zlib1.lib"; # Santize -L options for ms link $l_flags =~ s/-L("\[^"]+")/\/libpath:$1/g; $l_flags =~ s/-L(\S+)/\/libpath:$1/g; # C compiler stuff $cc='cl'; if ($FLAVOR =~ /WIN64/) Loading Loading
demos/pkcs12/pkread.c +2 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,8 @@ int main(int argc, char **argv) fprintf(stderr, "Usage: pkread p12file password opfile\n"); exit (1); } SSLeay_add_all_algorithms(); /*SSLeay_add_all_algorithms();*/ SSL_library_init(); ERR_load_crypto_strings(); if (!(fp = fopen(argv[1], "rb"))) { fprintf(stderr, "Error opening file %s\n", argv[1]); Loading
util/pl/VC-32.pl +4 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,10 @@ $rm='del /Q'; $zlib_lib="zlib1.lib"; # Santize -L options for ms link $l_flags =~ s/-L("\[^"]+")/\/libpath:$1/g; $l_flags =~ s/-L(\S+)/\/libpath:$1/g; # C compiler stuff $cc='cl'; if ($FLAVOR =~ /WIN64/) Loading