chiark
/
gitweb
/
~mdw
/
secnet
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
site: Prepare for adding more MSG3 variants
[secnet]
/
comm-common.c
diff --git
a/comm-common.c
b/comm-common.c
index a384ba63f2446cf7a4ddf039413c6283c0acbdc6..b855b9d6c0f156d546b9ebc0adcef32127e4ec38 100644
(file)
--- a/
comm-common.c
+++ b/
comm-common.c
@@
-4,7
+4,7
@@
*
* secnet is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
*
* secnet is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version
d
of the License, or
+ * the Free Software Foundation; either version
3
of the License, or
* (at your option) any later version.
*
* secnet is distributed in the hope that it will be useful, but
* (at your option) any later version.
*
* secnet is distributed in the hope that it will be useful, but
@@
-20,6
+20,12
@@
#include "secnet.h"
#include "comm-common.h"
#include "secnet.h"
#include "comm-common.h"
+struct comm_clientinfo *comm_clientinfo_ignore(void *state, dict_t *dict,
+ struct cloc cloc)
+{
+ return 0;
+}
+
void comm_request_notify(void *commst, void *nst, comm_notify_fn *fn)
{
struct commcommon *st=commst;
void comm_request_notify(void *commst, void *nst, comm_notify_fn *fn)
{
struct commcommon *st=commst;