summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-02-08 19:07:43 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-02-08 19:07:43 +0000
commit52cfa39716ede61d4eff048ce259d10816d4008b (patch)
treeb176bac7fd20fe5d6f6528e7a7010b3c00f4ba12 /crypto/evp/evp.h
parentb3bad17d1a5bc7f15c15d61bb7115f8a16b1a5e2 (diff)
Add -hmac option to dgst from 0.9.7 stable branch.
Diffstat (limited to 'crypto/evp/evp.h')
-rw-r--r--crypto/evp/evp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h
index 03259d0561..8a7218fa09 100644
--- a/crypto/evp/evp.h
+++ b/crypto/evp/evp.h
@@ -463,6 +463,7 @@ void BIO_set_md(BIO *,const EVP_MD *md);
#endif
#define BIO_get_md(b,mdp) BIO_ctrl(b,BIO_C_GET_MD,0,(char *)mdp)
#define BIO_get_md_ctx(b,mdcp) BIO_ctrl(b,BIO_C_GET_MD_CTX,0,(char *)mdcp)
+#define BIO_set_md_ctx(b,mdcp) BIO_ctrl(b,BIO_C_SET_MD_CTX,0,(char *)mdcp)
#define BIO_get_cipher_status(b) BIO_ctrl(b,BIO_C_GET_CIPHER_STATUS,0,NULL)
#define BIO_get_cipher_ctx(b,c_pp) BIO_ctrl(b,BIO_C_GET_CIPHER_CTX,0,(char *)c_pp)