Skip to content

Commit

Permalink
commet out useles callback func
Browse files Browse the repository at this point in the history
  • Loading branch information
soulxu committed Nov 6, 2020
1 parent 36c1d72 commit 61cdeb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client-async.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@
#define SERVER_ADDR "127.0.0.1"
#define BUF_SIZE 1024

/*
int verify_callback(X509_STORE_CTX *ctx,void *args) {
printf("the verify callback is invoked, and pause job\n");
ASYNC_pause_job();
printf("resume_job\n");
return 1;
}

*/

int main(int argc, char **argv) {
int err = 0;
Expand Down

0 comments on commit 61cdeb4

Please sign in to comment.