summaryrefslogtreecommitdiffstats
path: root/ncr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ncr.h')
-rw-r--r--ncr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ncr.h b/ncr.h
index 3c87f59..ccb0bb1 100644
--- a/ncr.h
+++ b/ncr.h
@@ -271,13 +271,13 @@ struct ncr_session_op_st {
* the place of the signature.
*/
size_t output_size;
- } kdata;
+ } kdata; /* NCR_KEY_DATA */
struct {
void* input;
size_t input_size;
void* output;
size_t output_size;
- } udata;
+ } udata; /* NCR_DIRECT_DATA */
} data;
ncr_data_type_t type;