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/test/o_p_test.c b/programs/test/o_p_test.c index 9726282..84dd38b 100644 --- a/programs/test/o_p_test.c +++ b/programs/test/o_p_test.c
@@ -104,7 +104,7 @@ fflush( stdout ); rsa_init( &p_rsa, RSA_PKCS_V15, 0 ); - if( x509parse_keyfile( &p_rsa, argv[1], NULL ) != 0 ) + if( x509parse_keyfile_rsa( &p_rsa, argv[1], NULL ) != 0 ) { ret = 1; printf( " failed\n ! Could not load key.\n\n" );