diff options
Diffstat (limited to 'g10/parse-packet.c')
-rw-r--r-- | g10/parse-packet.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/parse-packet.c b/g10/parse-packet.c index c6037d755..54ce04abb 100644 --- a/g10/parse-packet.c +++ b/g10/parse-packet.c @@ -234,6 +234,7 @@ sos_read (iobuf_t inp, unsigned int *ret_nread, int secure) } a = gcry_mpi_set_opaque (NULL, buf, nbits); + gcry_mpi_set_flag (a, GCRYMPI_FLAG_USER2); *ret_nread = nread; return a; |