commit | ba4878aa6478cca39ec1f583b17fc1d8d4f0b656 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Jun 27 10:51:01 2013 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Jul 08 15:31:18 2013 +0200 |
tree | 4feffbd39bb4af595e4e067a9d16ccc09509cf21 | |
parent | c8dc295e8363deacb511f051d01bd13280b752be [diff] [blame] |
Rename x509parse_key & co with _rsa suffix
diff --git a/programs/pkey/rsa_sign_pss.c b/programs/pkey/rsa_sign_pss.c index 8238708..e848f54 100644 --- a/programs/pkey/rsa_sign_pss.c +++ b/programs/pkey/rsa_sign_pss.c
@@ -101,7 +101,7 @@ rsa_init( &rsa, RSA_PKCS_V21, POLARSSL_MD_SHA1 ); - if( ( ret = x509parse_keyfile( &rsa, argv[1], "" ) ) != 0 ) + if( ( ret = x509parse_keyfile_rsa( &rsa, argv[1], "" ) ) != 0 ) { ret = 1; printf( " failed\n ! Could not open '%s'\n", argv[1] );