summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2012-03-24 14:47:26 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2012-03-24 14:47:26 +0000
commit7515b81e0eaf4cdbfe8d49e881533695554f15e2 (patch)
treeaf66b7614eaf0be1b8674e47bc6d24285f839416 /sbin
parentd4c000208a7786316fecee588f955dbbb1246d98 (diff)
set the vendor string to OpenBSD-5.2; ok mikeb@
Diffstat (limited to 'sbin')
-rw-r--r--sbin/isakmpd/vendor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/vendor.c b/sbin/isakmpd/vendor.c
index b1f49dfaaa9..e1fd65b5392 100644
--- a/sbin/isakmpd/vendor.c
+++ b/sbin/isakmpd/vendor.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vendor.c,v 1.4 2007/04/16 13:01:39 moritz Exp $ */
+/* $OpenBSD: vendor.c,v 1.5 2012/03/24 14:47:25 markus Exp $ */
/*
* Copyright (c) 2006 Hans-Joerg Hoexer <hshoexer@openbsd.org>
*
@@ -26,7 +26,7 @@
#include "vendor.h"
static struct vendor_cap openbsd_vendor_cap[] = {
- { "OpenBSD-4.0", NULL, 0 },
+ { "OpenBSD-5.2", NULL, 0 },
};
#define NUMVIDS (sizeof openbsd_vendor_cap / sizeof openbsd_vendor_cap[0])