summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bio.h
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2004-04-09 14:55:43 +0000
committerBen Laurie <ben@openssl.org>2004-04-09 14:55:43 +0000
commitbedc89e7af1b016994a63e4f3391d7cc7a08a8a6 (patch)
tree31ef4bfe32626c8b9a0b7a35f79a78ae39aaf602 /crypto/bio/bio.h
parentd46359842ff9a00bad19373535c38cb3b6e4e511 (diff)
Use HMAC instead of straight SHA-1.
Diffstat (limited to 'crypto/bio/bio.h')
-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 fbbc16d00c..2eb703830f 100644
--- a/crypto/bio/bio.h
+++ b/crypto/bio/bio.h
@@ -347,6 +347,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)