summaryrefslogtreecommitdiffstats
path: root/runtime/lmsig_gt.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/lmsig_gt.c')
-rw-r--r--runtime/lmsig_gt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lmsig_gt.c b/runtime/lmsig_gt.c
index 578e51e5..8be3e045 100644
--- a/runtime/lmsig_gt.c
+++ b/runtime/lmsig_gt.c
@@ -61,7 +61,7 @@ OnFileOpen(void *pT, uchar *fn)
lmsig_gt_t *pThis = (lmsig_gt_t*) pT;
DEFiRet;
dbgprintf("DDDD: onFileOpen: %s\n", fn);
- pThis->ctx = rsgtCtxNew(fn);
+ pThis->ctx = rsgtCtxNew(fn, GT_HASHALG_SHA256);
sigblkInit(pThis->ctx);
RETiRet;