harrylee

Results 1 comments of harrylee

I figured it out that `mkdir()` function that is specified in `io.h` just takes one argument, so simply change to `if(mkdir(certsdir))` as mention in this [stackoverflow](https://stackoverflow.com/questions/12102147/too-many-arguments-to-function-int-mkdirconst-char). This will successfully build...