Replace provider digest flags with separate param fields
[openssl.git] / providers / implementations / include / prov / digestcommon.h
index 99004731faa59606728c1eba2b9611d52ae0a831..f1164c5a1aca9752d070d99f7a04eee4f3685cad 100644 (file)
 # include <openssl/params.h>
 # include "prov/providercommon.h"
 
+/* Internal flags that can be queried */
+#define PROV_DIGEST_FLAG_XOF             0x0001
+#define PROV_DIGEST_FLAG_ALGID_ABSENT    0x0002
+
 # ifdef __cplusplus
 extern "C" {
 # endif