diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libssl/src/crypto/evp/evp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/libssl/src/crypto/evp/evp.h b/src/lib/libssl/src/crypto/evp/evp.h index 45a25f968d..4801d8eaa3 100644 --- a/src/lib/libssl/src/crypto/evp/evp.h +++ b/src/lib/libssl/src/crypto/evp/evp.h | |||
@@ -329,6 +329,8 @@ struct env_md_ctx_st | |||
329 | * once only */ | 329 | * once only */ |
330 | #define EVP_MD_CTX_FLAG_CLEANED 0x0002 /* context has already been | 330 | #define EVP_MD_CTX_FLAG_CLEANED 0x0002 /* context has already been |
331 | * cleaned */ | 331 | * cleaned */ |
332 | #define EVP_MD_CTX_FLAG_REUSE 0x0004 /* Don't free up ctx->md_data | ||
333 | * in EVP_MD_CTX_cleanup */ | ||
332 | 334 | ||
333 | struct evp_cipher_st | 335 | struct evp_cipher_st |
334 | { | 336 | { |