chiark
/
gitweb
/
~mdw
/
secnet
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
site.c: Pass the length of the actual shared secret to the transform.
[secnet]
/
secnet.h
diff --git
a/secnet.h
b/secnet.h
index 731687eab99fb2338f2437dcbc2bbbd57c6cd4fe..ee6af9caf71db072af5b039250aa9d0fe55518da 100644
(file)
--- a/
secnet.h
+++ b/
secnet.h
@@
-576,7
+576,6
@@
struct transform_inst_if {
struct transform_if {
void *st;
int capab_bit;
- int32_t keylen; /* <<< INT_MAX */
transform_createinstance_fn *create;
};