Skip to content

Commit cfbde0c

Browse files
initialize ret value
1 parent 47dac44 commit cfbde0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

certstore/certverify.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
int main(int argc, char** argv)
2929
{
3030
FILE* file;
31-
int ret;
31+
int ret = 0;
3232
X509_STORE* store = NULL;
3333
X509_STORE_CTX* ctx = NULL;
3434
X509 *ca = NULL, *cert = NULL;

0 commit comments

Comments
 (0)