diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-02-26 03:29:00 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-02-26 03:29:00 +0000 |
commit | 8ced7c94839d6e6be69cd7e8f9669a72f99d82dc (patch) | |
tree | 08a2961b522c155453921c65073bb3721ededbcf | |
parent | 84c216c722456d7cfe9c67294ae77306c98cbf2c (diff) |
Merge from the Ericsson repository
| revision 1.7
| date: 1998/08/11 20:32:01; author: provos; state: Exp; lines: +2 -2
| add rsakeygen x509
| ----------------------------
| revision 1.6
| date: 1998/08/08 23:18:07; author: provos; state: Exp; lines: +2 -2
| regress for ASN.1 decoding, basically only parses the SSH certificate
| down until reaching the public key.
| ----------------------------
| revision 1.5
| date: 1998/08/03 19:42:35; author: provos; state: Exp; lines: +2 -2
| add pkcs
| ----------------------------
-rw-r--r-- | sbin/isakmpd/regress/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/isakmpd/regress/Makefile b/sbin/isakmpd/regress/Makefile index ac2710f8179..0253e40ec24 100644 --- a/sbin/isakmpd/regress/Makefile +++ b/sbin/isakmpd/regress/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.5 1998/12/20 11:29:33 niklas Exp $ -# $EOM: Makefile,v 1.4 1998/11/17 11:10:23 niklas Exp $ +# $OpenBSD: Makefile,v 1.6 1999/02/26 03:28:59 niklas Exp $ +# $EOM: Makefile,v 1.7 1998/08/11 20:32:01 provos Exp $ # # Copyright (c) 1998 Niklas Hallqvist. All rights reserved. @@ -34,6 +34,6 @@ # This code was written under funding by Ericsson Radio Systems. # -SUBDIR= b2n crypto dh ec2n exchange group hmac prf +SUBDIR= asn b2n crypto dh ec2n exchange group hmac pkcs prf rsakeygen x509 .include <bsd.subdir.mk> |