diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-04-19 19:54:55 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-04-19 19:54:55 +0000 |
commit | 8cb95aa7c6d2ef81ae9c0f344296f945796f44cc (patch) | |
tree | a9bcd5286fbfc10ba246197f49c6ea7f4bfc8a20 /sbin/isakmpd/util.c | |
parent | 6e4f06f3fd737f3360199250b55be8cd5b1fef96 (diff) |
./app.c: Merge with EOM 1.5
./gmp_util.c: Merge with EOM 1.3
./asn_useful.c: Merge with EOM 1.11
./attribute.c: Merge with EOM 1.9
./constants.c: Merge with EOM 1.7
./doi.h: Merge with EOM 1.25
./doi.c: Merge with EOM 1.4
./field.c: Merge with EOM 1.9
./init.c: Merge with EOM 1.13
./isakmp_doi.c: Merge with EOM 1.35
./prf.c: Merge with EOM 1.6
./util.c: Merge with EOM 1.14
./app.h: Merge with EOM 1.4
./conf.h: Merge with EOM 1.8
./ipsec.h: Merge with EOM 1.34
./ipsec_doi.h: Merge with EOM 1.10
./pkcs.h: Merge with EOM 1.8
./sysdep.h: Merge with EOM 1.15
1999 copyrights
Diffstat (limited to 'sbin/isakmpd/util.c')
-rw-r--r-- | sbin/isakmpd/util.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/isakmpd/util.c b/sbin/isakmpd/util.c index b7032e45e71..43d23498dd7 100644 --- a/sbin/isakmpd/util.c +++ b/sbin/isakmpd/util.c @@ -1,8 +1,8 @@ -/* $OpenBSD: util.c,v 1.4 1999/02/26 03:52:40 niklas Exp $ */ -/* $EOM: util.c,v 1.13 1999/02/25 11:39:27 niklas Exp $ */ +/* $OpenBSD: util.c,v 1.5 1999/04/19 19:54:54 niklas Exp $ */ +/* $EOM: util.c,v 1.14 1999/04/02 00:58:15 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 |