mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 20:29:03 +00:00
Upgrading shipped OpenSSL for Windows to 0.9.8i, which contains
some bug fixes and precautionary measures. A 0.9.9 release is already mentioned in their online changelog (with a whole lot of entries), but there is no set release date that I've seen. Tested on XP with Nmap and Ncat.
This commit is contained in:
@@ -303,6 +303,8 @@ struct env_md_ctx_st
|
||||
* cleaned */
|
||||
#define EVP_MD_CTX_FLAG_REUSE 0x0004 /* Don't free up ctx->md_data
|
||||
* in EVP_MD_CTX_cleanup */
|
||||
#define EVP_MD_CTX_FLAG_NON_FIPS_ALLOW 0x0008 /* Allow use of non FIPS digest
|
||||
* in FIPS mode */
|
||||
|
||||
struct evp_cipher_st
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user