summaryrefslogtreecommitdiff
path: root/cipher/rsa-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/rsa-common.c')
-rw-r--r--cipher/rsa-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/rsa-common.c b/cipher/rsa-common.c
index f56e9896..b2601423 100644
--- a/cipher/rsa-common.c
+++ b/cipher/rsa-common.c
@@ -393,7 +393,7 @@ mgf1 (unsigned char *output, size_t outlen, unsigned char *seed, size_t seedlen,
size_t dlen, nbytes, n;
int idx;
gcry_md_hd_t hd;
- gcry_error_t err;
+ gcry_err_code_t err;
err = _gcry_md_open (&hd, algo, 0);
if (err)