initialize ret value

pull/481/head
JacobBarthelmeh 2025-01-24 13:29:01 -07:00
parent 47dac4432e
commit cfbde0cfd8
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
int main(int argc, char** argv)
{
FILE* file;
int ret;
int ret = 0;
X509_STORE* store = NULL;
X509_STORE_CTX* ctx = NULL;
X509 *ca = NULL, *cert = NULL;