chiark
/
gitweb
/
~mdw
/
secnet
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
rsa.c transform-cbcmac.c: Fix configuration error messages.
[secnet]
/
transform-cbcmac.c
diff --git
a/transform-cbcmac.c
b/transform-cbcmac.c
index 0631897f2eeecf5f896fc9b48a77076880daf0ef..7e6a1f70f6c2c1ccedd86ffac1cd7c35599afc37 100644
(file)
--- a/
transform-cbcmac.c
+++ b/
transform-cbcmac.c
@@
-292,7
+292,7
@@
static list_t *transform_apply(closure_t *self, struct cloc loc,
/* First parameter must be a dict */
item=list_elem(args,0);
if (!item || item->type!=t_dict)
- cfgfatal(loc,"
userv-ipif
","parameter must be a dictionary\n");
+ cfgfatal(loc,"
serpent256-cbc
","parameter must be a dictionary\n");
dict=item->data.dict;