diff options
author | 1999-04-05 21:02:32 +0000 | |
---|---|---|
committer | 1999-04-05 21:02:32 +0000 | |
commit | 76ca92a86d0791d4e1cf549b5bd08037b809b7ef (patch) | |
tree | 7f4506002f30e85c7d62f06105320bf9b741957f | |
parent | Merge with EOM 1.2 (diff) | |
download | wireguard-openbsd-76ca92a86d0791d4e1cf549b5bd08037b809b7ef.tar.xz wireguard-openbsd-76ca92a86d0791d4e1cf549b5bd08037b809b7ef.zip |
Merge with EOM 1.46
New finalize API. Free keystate.
1999 copyrights
-rw-r--r-- | sbin/isakmpd/sa.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/isakmpd/sa.h b/sbin/isakmpd/sa.h index bb8f39b4b5e..d8555ce06eb 100644 --- a/sbin/isakmpd/sa.h +++ b/sbin/isakmpd/sa.h @@ -1,8 +1,8 @@ -/* $OpenBSD: sa.h,v 1.9 1999/03/31 20:31:17 niklas Exp $ */ -/* $EOM: sa.h,v 1.44 1999/03/31 20:19:57 niklas Exp $ */ +/* $OpenBSD: sa.h,v 1.10 1999/04/05 21:02:32 niklas Exp $ */ +/* $EOM: sa.h,v 1.46 1999/04/05 08:09:22 niklas Exp $ */ /* - * Copyright (c) 1998 Niklas Hallqvist. All rights reserved. + * Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -179,7 +179,7 @@ extern struct sa *sa_lookup (u_int8_t *, u_int8_t *); extern struct sa *sa_lookup_by_header (u_int8_t *, int); extern struct sa *sa_lookup_by_name (char *, int); extern struct sa *sa_lookup_from_icookie (u_int8_t *); -extern void sa_mark_replaced (struct sa *); +extern void sa_mark_replaced (struct sa *, int); extern void sa_reference (struct sa *); extern void sa_release (struct sa *); extern void sa_soft_expire (struct sa *); |