Add SIGN context to context types. 81/65781/4
authorLukasz Pawelczyk <l.pawelczyk@samsung.com>
Tue, 12 Apr 2016 11:42:30 +0000 (13:42 +0200)
committerLukasz Pawelczyk <l.pawelczyk@samsung.com>
Wed, 13 Apr 2016 09:26:16 +0000 (11:26 +0200)
Change-Id: If61017092a29d5b50c6036b825492a7760e87cd6

src/internal.h

index 491ec2d..deeff97 100644 (file)
@@ -34,7 +34,8 @@
 enum yaca_ctx_type_e
 {
        YACA_CTX_INVALID = 0,
-       YACA_CTX_DIGEST
+       YACA_CTX_DIGEST,
+       YACA_CTX_SIGN
 };
 
 /* Base structure for crypto contexts - to be inherited */