Keep disclaiming 16-bit platform support. For now remove WIN16 references

from .h files...
This commit is contained in:
Andy Polyakov
2005-12-18 19:11:37 +00:00
parent 7304956e39
commit be7b4458f2
15 changed files with 16 additions and 76 deletions

View File

@@ -100,7 +100,7 @@ static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl,
case X509_L_FILE_LOAD:
if (argl == X509_FILETYPE_DEFAULT)
{
file = (char *)Getenv(X509_get_default_cert_file_env());
file = (char *)getenv(X509_get_default_cert_file_env());
if (file)
ok = (X509_load_cert_crl_file(ctx,file,
X509_FILETYPE_PEM) != 0);