- changed project name to OpenSC

- removed obsolete rsa_libsc.c


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@53 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
jey 2001-11-24 13:34:48 +00:00
parent 939146ffed
commit c75812bcf8
1 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,8 @@
#include <openssl/evp.h>
#include <openssl/rsa.h>
#include <sc.h>
#include <sc-pkcs15.h>
#include <opensc.h>
#include <opensc-pkcs15.h>
int quiet = 0;
char *opt_outfile = NULL;
@ -153,7 +153,7 @@ int write_ssh_key(struct sc_pkcs15_cert_info *cinfo, RSA *rsa)
return 1;
}
if (opt_outfile == NULL)
outf = stdin;
outf = stdout;
else {
outf = fopen(opt_outfile, "w");
if (outf == NULL) {