diff options
author | Jack Lloyd <[email protected]> | 2016-11-21 20:30:14 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-11-21 20:30:14 -0500 |
commit | dabe9fdda03721a0d6a95574da47a207e7381800 (patch) | |
tree | 000b0c61b698e7fcbdfeaaf313edea044a9149c1 /src/scripts | |
parent | ff777b6a6938ba312768f5934701352b1473f189 (diff) |
Add warning to OID script output
[ci skip]
Diffstat (limited to 'src/scripts')
-rwxr-xr-x | src/scripts/oids.py | 6 |
1 files changed, 6 insertions, 0 deletions
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) */ |