Aditya Deshpande | d05aa0f | 2023-01-30 17:22:07 +0000 | [diff] [blame^] | 1 | Bugfix |
2 | * Fix a bug present in multiple example programs where running the program | ||||
3 | from the shell without any command line argument results argv[1] being | ||||
4 | accessed. The above was fixed for the following: pem2der.c, cert_req.c, | ||||
5 | cert_app.c, cert_write.c, req_app.c, crl_app.c, dh_genprime.c, key_app.c, | ||||
6 | gen_key.c, key_app_writer.c, ssl_client2.c, ssl_server2.c, | ||||
7 | ssl_mail_client.c. |