commit | 6c5abfa42b8c2a8c6a812c34bf3fa04439db254a | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Feb 13 14:12:07 2015 +0000 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Feb 13 14:12:07 2015 +0000 |
tree | e74b4be8db21fcfbd2f82eefefb6591fbf46b2e8 | |
parent | 013bffe5a711e877bef42587ab5862d1d8e11c9d [diff] [blame] |
Style: fix trailing spaces
diff --git a/programs/pkey/rsa_encrypt.c b/programs/pkey/rsa_encrypt.c index bbf7678..e73ad2f 100644 --- a/programs/pkey/rsa_encrypt.c +++ b/programs/pkey/rsa_encrypt.c
@@ -105,7 +105,7 @@ } rsa_init( &rsa, RSA_PKCS_V15, 0 ); - + if( ( ret = mpi_read_file( &rsa.N, 16, f ) ) != 0 || ( ret = mpi_read_file( &rsa.E, 16, f ) ) != 0 ) {