summaryrefslogtreecommitdiff
path: root/lib/gnutls_pk.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-12-15 13:24:28 +0000
committerSimon Josefsson <simon@josefsson.org>2005-12-15 13:24:28 +0000
commit24214e48b4d4328d5a5afbfa19acbbbec30274c9 (patch)
treef80ae5a0d9a98f571a0ff1182265c30451cea62c /lib/gnutls_pk.c
parent667527f161cb4a694a78db129cb2d4519800260b (diff)
downloadgnutls-24214e48b4d4328d5a5afbfa19acbbbec30274c9.tar.gz
Indent more.
Diffstat (limited to 'lib/gnutls_pk.c')
-rw-r--r--lib/gnutls_pk.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/gnutls_pk.c b/lib/gnutls_pk.c
index 020e64c0e7..514b87bd07 100644
--- a/lib/gnutls_pk.c
+++ b/lib/gnutls_pk.c
@@ -54,7 +54,8 @@ static int _gnutls_pk_decrypt (int algo, mpi_t * resarr, mpi_t data,
int
_gnutls_pkcs1_rsa_encrypt (gnutls_datum_t * ciphertext,
const gnutls_datum_t * plaintext,
- mpi_t * params, unsigned params_len, unsigned btype)
+ mpi_t * params, unsigned params_len,
+ unsigned btype)
{
unsigned int i, pad;
int ret;
@@ -207,7 +208,8 @@ _gnutls_pkcs1_rsa_encrypt (gnutls_datum_t * ciphertext,
int
_gnutls_pkcs1_rsa_decrypt (gnutls_datum_t * plaintext,
const gnutls_datum_t * ciphertext,
- mpi_t * params, unsigned params_len, unsigned btype)
+ mpi_t * params, unsigned params_len,
+ unsigned btype)
{
unsigned k, i;
int ret;