diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-09-01 11:38:03 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-09-01 11:38:03 +0000 |
commit | 4da0116d78b726ef4125577bed8e9974883fc7fd (patch) | |
tree | 71db1d9e53c14874b2beeeb5f74f33cb0e9a6eae /src | |
parent | 1a4d27c854857a42b97a71e69fe7361880bb5f94 (diff) | |
download | strongswan-4da0116d78b726ef4125577bed8e9974883fc7fd.tar.bz2 strongswan-4da0116d78b726ef4125577bed8e9974883fc7fd.tar.xz |
OIDs used by strongSwan
Diffstat (limited to 'src')
-rw-r--r-- | src/libstrongswan/asn1/oid.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/asn1/oid.pl b/src/libstrongswan/asn1/oid.pl index 04030d3ee..373101cc0 100644 --- a/src/libstrongswan/asn1/oid.pl +++ b/src/libstrongswan/asn1/oid.pl @@ -26,7 +26,7 @@ print "oid.pl generating oid.h and oid.c\n"; open(OID_H, ">oid.h") or die "could not open 'oid.h': $!"; -print OID_H "/* Object identifiers (OIDs) used by FreeS/WAN\n", +print OID_H "/* Object identifiers (OIDs) used by strongSwan\n", " * ", $copyright, "\n", " * \n", " * ", $automatic, "\n", |