diff options
Diffstat (limited to 'plugins/MirOTR/Libgcrypt/cipher/pubkey.c')
-rw-r--r-- | plugins/MirOTR/Libgcrypt/cipher/pubkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirOTR/Libgcrypt/cipher/pubkey.c b/plugins/MirOTR/Libgcrypt/cipher/pubkey.c index d8f5f5d0ea..147f82aa7d 100644 --- a/plugins/MirOTR/Libgcrypt/cipher/pubkey.c +++ b/plugins/MirOTR/Libgcrypt/cipher/pubkey.c @@ -689,7 +689,7 @@ _gcry_pk_get_keygrip (gcry_sexp_t key, unsigned char *array) if (! data) goto fail; - snprintf (buf, sizeof buf, "(1:%c%u:", *s, (unsigned int)datalen); + _snprintf (buf, sizeof buf, "(1:%c%u:", *s, (unsigned int)datalen); _gcry_md_write (md, buf, strlen (buf)); _gcry_md_write (md, data, datalen); sexp_release (l2); |