Various cleanups and fixed by Marc and Ralf to start the OpenTLS project

This commit is contained in:
Ralf S. Engelschall
1998-12-22 15:04:48 +00:00
parent 31b8d86844
commit 651d0aff98
140 changed files with 1266 additions and 4983 deletions

View File

@@ -69,7 +69,7 @@ int SSL_get_ex_data_X509_STORE_CTX_idx()
if (ssl_x509_store_ctx_idx < 0)
{
ssl_x509_store_ctx_idx=X509_STORE_CTX_get_ex_new_index(
0,"SSL for verifiy callback",NULL,NULL,NULL);
0,"SSL for verify callback",NULL,NULL,NULL);
}
return(ssl_x509_store_ctx_idx);
}