summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/apps/keyconv/keyconv.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/isakmpd/apps/keyconv/keyconv.c')
-rw-r--r--sbin/isakmpd/apps/keyconv/keyconv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/apps/keyconv/keyconv.c b/sbin/isakmpd/apps/keyconv/keyconv.c
index 5e9175b5a68..dd737e875fe 100644
--- a/sbin/isakmpd/apps/keyconv/keyconv.c
+++ b/sbin/isakmpd/apps/keyconv/keyconv.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: keyconv.c,v 1.3 2002/01/23 18:13:50 ho Exp $ */
+/* $OpenBSD: keyconv.c,v 1.4 2002/06/09 08:13:07 todd Exp $ */
/*
* Copyright (c) 2000, 2001 Hakan Olsson. All rights reserved.
@@ -698,7 +698,7 @@ convert_openssl_to_dns (char *file_in, char *file_out)
{
/*
* OpenSSL never stores private and public key values, so
- * we have to regenerate them from p and g.
+ * we have to regenerate them from p and g.
*/
if (DH_generate_key (dh) == 0)
{