diff --git a/cyassl/test.h b/cyassl/test.h index 179e049ec..dc00a4d06 100644 --- a/cyassl/test.h +++ b/cyassl/test.h @@ -897,8 +897,8 @@ static INLINE int myVerify(int preverify, CYASSL_X509_STORE_CTX* store) static INLINE int myDateCb(int preverify, CYASSL_X509_STORE_CTX* store) { - (void)preverify; char buffer[CYASSL_MAX_ERROR_SZ]; + (void)preverify; printf("In verification callback, error = %d, %s\n", store->error, CyaSSL_ERR_error_string(store->error, buffer));