aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/asn1
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2013-04-10 14:49:29 +0200
committerMartin Willi <martin@revosec.ch>2013-05-06 15:04:56 +0200
commitf932677f0c77b5d31b035166f0893e63483b1185 (patch)
treeb4aab1eacf66dda1fc26ccd94d662765006821f0 /src/libstrongswan/asn1
parent9f1dfd88c835dec9dbc1631e4bb3887e62183150 (diff)
downloadstrongswan-f932677f0c77b5d31b035166f0893e63483b1185.tar.bz2
strongswan-f932677f0c77b5d31b035166f0893e63483b1185.tar.xz
Use the GEN silent rule when generating oid database with perl
Diffstat (limited to 'src/libstrongswan/asn1')
-rw-r--r--src/libstrongswan/asn1/oid.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstrongswan/asn1/oid.pl b/src/libstrongswan/asn1/oid.pl
index ed26febc9..82100e8aa 100644
--- a/src/libstrongswan/asn1/oid.pl
+++ b/src/libstrongswan/asn1/oid.pl
@@ -19,8 +19,6 @@ $copyright="Copyright (C) 2003-2008 Andreas Steffen, Hochschule fuer Technik Rap
$automatic="This file has been automatically generated by the script oid.pl";
$warning="Do not edit manually!";
-print "oid.pl generating oid.h and oid.c\n";
-
# Generate oid.h
open(OID_H, ">oid.h")