diff options
Diffstat (limited to 'regress/sbin/iked/parser/common.c')
-rw-r--r-- | regress/sbin/iked/parser/common.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/regress/sbin/iked/parser/common.c b/regress/sbin/iked/parser/common.c index 904af476b3f..b0066e41683 100644 --- a/regress/sbin/iked/parser/common.c +++ b/regress/sbin/iked/parser/common.c @@ -1,4 +1,4 @@ -/* $OpenBSD: common.c,v 1.1 2017/05/29 20:59:28 markus Exp $ */ +/* $OpenBSD: common.c,v 1.2 2019/05/11 16:30:23 patrick Exp $ */ /* * A bunch of stub functions so we can compile and link ikev2_pld.c * in a standalone program for testing purposes. @@ -166,6 +166,11 @@ config_add_proposal(struct iked_proposals *head, u_int id, u_int proto) return (NULL); } +void config_free_fragments(struct iked_frag *frag) +{ + return; +} + int ikev2_send_informational(struct iked *env, struct iked_message *msg) { |