Add hmac option to dgst from 0.9.7-stable.
[oweals/openssl.git] / crypto / bio / bio.h
index a16abc7e31c71985bd30aae596a122e5fa8dea1c..2c9e8a7c804a7cc2e50d6005e74dc6bc80ca3634 100644 (file)
@@ -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)