aboutsummaryrefslogtreecommitdiff
path: root/gost_lcl.h
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2016-01-03 17:30:05 +0300
committerDmitry Belyavskiy <beldmit@gmail.com>2016-01-03 17:30:05 +0300
commit56c5e3414135c9443739db3b2b1409c3be265a50 (patch)
tree5dee5c365eecd2836a14eb821f3e38a142455d8f /gost_lcl.h
parent1f59745d458f4d2c1ff4c30863df742eb2b67a44 (diff)
downloadgost-engine-56c5e3414135c9443739db3b2b1409c3be265a50.zip
gost-engine-56c5e3414135c9443739db3b2b1409c3be265a50.tar.gz
gost-engine-56c5e3414135c9443739db3b2b1409c3be265a50.tar.bz2
Allow to pass mac_size via -macopt
Diffstat (limited to 'gost_lcl.h')
-rw-r--r--gost_lcl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gost_lcl.h b/gost_lcl.h
index b089eb2..bb18ff1 100644
--- a/gost_lcl.h
+++ b/gost_lcl.h
@@ -80,6 +80,7 @@ struct gost_mac_pmeth_data {
struct gost_mac_key {
int mac_param_nid;
unsigned char key[32];
+ short int mac_size;
};
/* GOST-specific ASN1 structures */