diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/asn1/oids.cpp | 5 | ||||
-rwxr-xr-x | src/scripts/oids.py | 6 |
2 files changed, 10 insertions, 1 deletions
diff --git a/src/lib/asn1/oids.cpp b/src/lib/asn1/oids.cpp index 2f7597981..eb5101e85 100644 --- a/src/lib/asn1/oids.cpp +++ b/src/lib/asn1/oids.cpp @@ -1,7 +1,10 @@ /* * OID maps * -* This file was automatically generated by ./src/scripts/oids.py on 2016-11-18 +* This file was automatically generated by ./src/scripts/oids.py on 2016-11-21 +* +* All manual edits to this file will be lost. Edit the script +* then regenerate this source file. * * Botan is released under the Simplified BSD License (see license.txt) */ diff --git a/src/scripts/oids.py b/src/scripts/oids.py index 8d5cd6d8f..5e53decf7 100755 --- a/src/scripts/oids.py +++ b/src/scripts/oids.py @@ -34,6 +34,9 @@ def format_as_map(oid2str, str2oid): * * This file was automatically generated by %s on %s * +* All manual edits to this file will be lost. Edit the script +* then regenerate this source file. +* * Botan is released under the Simplified BSD License (see license.txt) */ @@ -81,6 +84,9 @@ def format_as_ifs(oid2str, str2oid): * * This file was automatically generated by %s on %s * +* All manual edits to this file will be lost. Edit the script +* then regenerate this source file. +* * Botan is released under the Simplified BSD License (see license.txt) */ |