Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Ellzey committed Dec 16, 2011
2 parents c75bc5b + b2bd7e9 commit 908c4a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test.c
Expand Up @@ -299,7 +299,7 @@ dummy_check_issued_cb(X509_STORE_CTX * ctx, X509 * x, X509 * issuer) {

#endif

const char * optstr = "htn:a:p:r:s:c:";
const char * optstr = "htn:a:p:r:s:c:C:";

const char * help =
"Options: \n"
Expand Down Expand Up @@ -352,6 +352,9 @@ parse_args(int argc, char ** argv) {
case 'c':
ssl_ca = strdup(optarg);
break;
case 'C':
ssl_capath = strdup(optarg);
break;
#endif
default:
printf("Unknown opt %s\n", optarg);
Expand Down

0 comments on commit 908c4a8

Please sign in to comment.