diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-03-24 14:57:38 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-03-24 14:57:38 +0000 |
commit | ae64c7f997475ad14407c3985eed330400b338d5 (patch) | |
tree | aef875fffba1fc3a050614c2c8b379f712c6ef65 /sbin/isakmpd/regress | |
parent | 34987780fc8b1bf2c78a4e2c2bbdb1d623852a75 (diff) |
Merge with EOM 1.7
RSA fixes and optimiations from Ilya Tsindlekht, via Niels Provos
Diffstat (limited to 'sbin/isakmpd/regress')
-rw-r--r-- | sbin/isakmpd/regress/asn/asntest.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/isakmpd/regress/asn/asntest.c b/sbin/isakmpd/regress/asn/asntest.c index f94baad5a8f..263351b171e 100644 --- a/sbin/isakmpd/regress/asn/asntest.c +++ b/sbin/isakmpd/regress/asn/asntest.c @@ -1,5 +1,5 @@ -/* $OpenBSD: asntest.c,v 1.5 1999/03/02 15:27:35 niklas Exp $ */ -/* $EOM: asntest.c,v 1.6 1998/10/07 16:40:48 niklas Exp $ */ +/* $OpenBSD: asntest.c,v 1.6 1999/03/24 14:57:37 niklas Exp $ */ +/* $EOM: asntest.c,v 1.7 1999/03/13 17:43:21 niklas Exp $ */ /* * Copyright (c) 1998 Niels Provos. All rights reserved. @@ -138,7 +138,7 @@ main (void) memset (&cert, 0, sizeof (cert)); x509_decode_certificate (buf, asn_get_len (buf), &cert); - printf ("Encoding Certificiate: "); + printf ("Encoding Certificate: "); if (!x509_encode_certificate(&cert, &asn, &len)) printf ("FAILED "); else |