fix short option string to be nil terminated

cute-signatures
Timo Teräs 2018-11-02 17:42:46 +02:00
parent b06e3b991d
commit c3fe426da0
1 changed files with 1 additions and 0 deletions

View File

@ -562,6 +562,7 @@ int main(int argc, char **argv)
*(sopt++) = ':';
}
}
*(sopt++) = 0;
init_openssl();
setup_automatic_flags();