Skip to content
Snippets Groups Projects
Commit a70700b9 authored by Shubham Jayswal's avatar Shubham Jayswal
Browse files

Update certexample.c

parent 01691573
No related branches found
No related tags found
No related merge requests found
......@@ -383,7 +383,7 @@ void read_csv(char *filename) {
san_validation = validate_san(site, cert);
/**
* Don't ask how i wrote this huge bunch of if else conditions. I don't know myself!!
* Domain name or wildcards tests, key size tests are performed in these if else
*/
if (domain_status == 0) {
if (san_validation == 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment