diff options
author | markus <> | 2004-04-08 08:03:15 +0000 |
---|---|---|
committer | markus <> | 2004-04-08 08:03:15 +0000 |
commit | 40d673554117d24c9f46be721235d3e302c06e04 (patch) | |
tree | 341e7f38b840f3e503afb6e471123c0f2ba082c3 /src/lib/libcrypto/evp/evp.h | |
parent | cbf88de39286be06cd20e0c65b6cb7633dce25a5 (diff) | |
download | openbsd-40d673554117d24c9f46be721235d3e302c06e04.tar.gz openbsd-40d673554117d24c9f46be721235d3e302c06e04.tar.bz2 openbsd-40d673554117d24c9f46be721235d3e302c06e04.zip |
merge 0.9.7d
Diffstat (limited to 'src/lib/libcrypto/evp/evp.h')
-rw-r--r-- | src/lib/libcrypto/evp/evp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h index 5d8a07d33c..f9b48792ce 100644 --- a/src/lib/libcrypto/evp/evp.h +++ b/src/lib/libcrypto/evp/evp.h | |||
@@ -275,6 +275,8 @@ struct env_md_ctx_st | |||
275 | * once only */ | 275 | * once only */ |
276 | #define EVP_MD_CTX_FLAG_CLEANED 0x0002 /* context has already been | 276 | #define EVP_MD_CTX_FLAG_CLEANED 0x0002 /* context has already been |
277 | * cleaned */ | 277 | * cleaned */ |
278 | #define EVP_MD_CTX_FLAG_REUSE 0x0004 /* Don't free up ctx->md_data | ||
279 | * in EVP_MD_CTX_cleanup */ | ||
278 | 280 | ||
279 | struct evp_cipher_st | 281 | struct evp_cipher_st |
280 | { | 282 | { |