summaryrefslogtreecommitdiffstats
path: root/providers/implementations/include
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2020-12-17 16:42:05 +1000
committerPauli <ppzgs1@gmail.com>2021-02-10 12:31:31 +1000
commitaf53092c2b67a8a0b76ae73385414cb1815ea7cc (patch)
tree57cc03ccfda56d27f9cae96320c76d36adc194c3 /providers/implementations/include
parenta054d15c22c501d33e1382bb09ba80bac08c2738 (diff)
Replace provider digest flags with separate param fields
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13830)
Diffstat (limited to 'providers/implementations/include')
-rw-r--r--providers/implementations/include/prov/digestcommon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/providers/implementations/include/prov/digestcommon.h b/providers/implementations/include/prov/digestcommon.h
index 99004731fa..f1164c5a1a 100644
--- a/providers/implementations/include/prov/digestcommon.h
+++ b/providers/implementations/include/prov/digestcommon.h
@@ -15,6 +15,10 @@
# 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