diff options
Diffstat (limited to 'trust/pem.c')
-rw-r--r-- | trust/pem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trust/pem.c b/trust/pem.c index fae7dd6..8ab60e6 100644 --- a/trust/pem.c +++ b/trust/pem.c @@ -265,7 +265,7 @@ p11_pem_write (const unsigned char *contents, prefix = buf->len; target = p11_buffer_append (buf, estimate); - return_val_if_fail (target != NULL, NULL); + return_val_if_fail (target != NULL, false); /* * OpenSSL is absolutely certain that it wants its PEM base64 |