summaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa/ecs_locl.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ecdsa/ecs_locl.h')
-rw-r--r--crypto/ecdsa/ecs_locl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/ecdsa/ecs_locl.h b/crypto/ecdsa/ecs_locl.h
index ad466e2b61..4b10530ad6 100644
--- a/crypto/ecdsa/ecs_locl.h
+++ b/crypto/ecdsa/ecs_locl.h
@@ -82,6 +82,11 @@ struct ecdsa_method
char *app_data;
};
+/* The ECDSA_METHOD was allocated and can be freed */
+
+#define ECDSA_METHOD_FLAG_ALLOCATED 0x2
+
+
/* If this flag is set the ECDSA method is FIPS compliant and can be used
* in FIPS mode. This is set in the validated module method. If an
* application sets this flag in its own methods it is its responsibility