summaryrefslogtreecommitdiffstats
path: root/crypto/bio
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-02-08 19:08:21 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-02-08 19:08:21 +0000
commit594c723f98f6e4461894943ac4ad9bb36082e184 (patch)
tree287e48e19d546b03faf74ee26b0667050806b796 /crypto/bio
parentf4182658654d48625371f6220cb17fe6891d1a99 (diff)
Add hmac option to dgst from 0.9.7-stable.
Diffstat (limited to 'crypto/bio')
-rw-r--r--crypto/bio/bio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/bio/bio.h b/crypto/bio/bio.h
index a16abc7e31..2c9e8a7c80 100644
--- a/crypto/bio/bio.h
+++ b/crypto/bio/bio.h
@@ -390,6 +390,7 @@ typedef struct bio_f_buffer_ctx_struct
#define BIO_C_NWRITE0 145
#define BIO_C_NWRITE 146
#define BIO_C_RESET_READ_REQUEST 147
+#define BIO_C_SET_MD_CTX 148
#define BIO_set_app_data(s,arg) BIO_set_ex_data(s,0,arg)