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/asn_useful.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/asn_useful.c')
-rw-r--r-- | sbin/isakmpd/asn_useful.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/isakmpd/asn_useful.c b/sbin/isakmpd/asn_useful.c index 3301576ec48..695917e6263 100644 --- a/sbin/isakmpd/asn_useful.c +++ b/sbin/isakmpd/asn_useful.c @@ -1,8 +1,9 @@ -/* $OpenBSD: asn_useful.c,v 1.6 1999/02/26 03:32:50 niklas Exp $ */ -/* $EOM: asn_useful.c,v 1.10 1999/02/25 16:19:36 niklas Exp $ */ +/* $OpenBSD: asn_useful.c,v 1.7 1999/04/19 19:54:53 niklas Exp $ */ +/* $EOM: asn_useful.c,v 1.11 1999/04/02 00:57:27 niklas Exp $ */ /* * Copyright (c) 1998 Niels Provos. All rights reserved. + * Copyright (c) 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 |