diff options
-rw-r--r-- | trust/digest.c | 1 | ||||
-rw-r--r-- | trust/extract-openssl.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/trust/digest.c b/trust/digest.c index 5cac83a..5c15227 100644 --- a/trust/digest.c +++ b/trust/digest.c @@ -189,6 +189,7 @@ transform_sha1 (uint32_t state[5], /* Avoid compiler warnings POST(a); POST(b); POST(c); POST(d); POST(e); */ + (void)a; } diff --git a/trust/extract-openssl.c b/trust/extract-openssl.c index 3271339..a40a74f 100644 --- a/trust/extract-openssl.c +++ b/trust/extract-openssl.c @@ -662,7 +662,6 @@ p11_extract_openssl_directory (p11_enumerate *ex, filename = NULL; path = NULL; - ret = false; file = p11_save_open_file_in (dir, name, ".pem"); if (file != NULL) { |