Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/dist/ipsec-tools/src/racoon fixed typo: algoriym -> a...
details: https://anonhg.NetBSD.org/src/rev/d2312069d171
branches: trunk
changeset: 746944:d2312069d171
user: vanhu <vanhu%NetBSD.org@localhost>
date: Mon Aug 24 09:33:03 2009 +0000
description:
fixed typo: algoriym -> algorithm
diffstat:
crypto/dist/ipsec-tools/src/racoon/oakley.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 666c5692c8ef -r d2312069d171 crypto/dist/ipsec-tools/src/racoon/oakley.c
--- a/crypto/dist/ipsec-tools/src/racoon/oakley.c Mon Aug 24 08:38:39 2009 +0000
+++ b/crypto/dist/ipsec-tools/src/racoon/oakley.c Mon Aug 24 09:33:03 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: oakley.c,v 1.16 2009/08/18 08:21:12 vanhu Exp $ */
+/* $NetBSD: oakley.c,v 1.17 2009/08/24 09:33:03 vanhu Exp $ */
/* Id: oakley.c,v 1.32 2006/05/26 12:19:46 manubsd Exp */
@@ -468,7 +468,7 @@
res = alg_oakley_hashdef_one(type, buf);
if (res == NULL) {
plog(LLV_ERROR, LOCATION, NULL,
- "invalid hash algoriym %d.\n", type);
+ "invalid hash algorithm %d.\n", type);
return NULL;
}
@@ -2826,7 +2826,7 @@
newivm->iv->l = alg_oakley_encdef_blocklen(iph1->approval->enctype);
if (newivm->iv->l == -1) {
plog(LLV_ERROR, LOCATION, NULL,
- "invalid encryption algoriym %d.\n",
+ "invalid encryption algorithm %d.\n",
iph1->approval->enctype);
vfree(buf);
oakley_delivm(newivm);
@@ -2908,7 +2908,7 @@
newivm->iv->l = alg_oakley_encdef_blocklen(iph1->approval->enctype);
if (newivm->iv->l == -1) {
plog(LLV_ERROR, LOCATION, NULL,
- "invalid encryption algoriym %d.\n",
+ "invalid encryption algorithm %d.\n",
iph1->approval->enctype);
goto end;
}
@@ -2972,7 +2972,7 @@
blen = alg_oakley_encdef_blocklen(iph1->approval->enctype);
if (blen == -1) {
plog(LLV_ERROR, LOCATION, NULL,
- "invalid encryption algoriym %d.\n",
+ "invalid encryption algorithm %d.\n",
iph1->approval->enctype);
goto end;
}
@@ -3094,7 +3094,7 @@
blen = alg_oakley_encdef_blocklen(iph1->approval->enctype);
if (blen == -1) {
plog(LLV_ERROR, LOCATION, NULL,
- "invalid encryption algoriym %d.\n",
+ "invalid encryption algorithm %d.\n",
iph1->approval->enctype);
goto end;
}
Home |
Main Index |
Thread Index |
Old Index