diff options
Diffstat (limited to 'lib/x509/common.c')
-rw-r--r-- | lib/x509/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509/common.c b/lib/x509/common.c index e890987ab2..b399e7244a 100644 --- a/lib/x509/common.c +++ b/lib/x509/common.c @@ -346,7 +346,7 @@ _gnutls_x509_data2hex (const opaque * data, size_t data_size, *sizeof_out = size; return GNUTLS_E_SHORT_MEMORY_BUFFER; } - *sizeof_out = size; /* -1 for the null +1 for the '#' */ + *sizeof_out = size; /* -1 for the null +1 for the '#' */ if (out) { |