summaryrefslogtreecommitdiffstats
path: root/crypto/bio
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/bio
parentb3bad17d1a5bc7f15c15d61bb7115f8a16b1a5e2 (diff)
Add -hmac option to dgst from 0.9.7 stable branch.
Diffstat (limited to 'crypto/bio')
-rw-r--r--crypto/bio/bio.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/crypto/bio/bio.h b/crypto/bio/bio.h
index 9a81ee0bd9..26a17072f0 100644
--- a/crypto/bio/bio.h
+++ b/crypto/bio/bio.h
@@ -378,14 +378,15 @@ typedef int asn1_ps_func(BIO *b, unsigned char **pbuf, int *plen, void *parg);
#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_C_SET_PREFIX 148
-#define BIO_C_GET_PREFIX 149
-#define BIO_C_SET_SUFFIX 150
-#define BIO_C_GET_SUFFIX 151
+#define BIO_C_SET_PREFIX 149
+#define BIO_C_GET_PREFIX 150
+#define BIO_C_SET_SUFFIX 151
+#define BIO_C_GET_SUFFIX 152
-#define BIO_C_SET_EX_ARG 152
-#define BIO_C_GET_EX_ARG 153
+#define BIO_C_SET_EX_ARG 153
+#define BIO_C_GET_EX_ARG 154
#define BIO_set_app_data(s,arg) BIO_set_ex_data(s,0,arg)
#define BIO_get_app_data(s) BIO_get_ex_data(s,0)